Drop files here

SQL upload ( 0 ) x -

Sorğunu icra etmək üçün Ctrl+Enter düymələrinə basın Sorğunu icra etmək üçün Enter-ə basın
ascending
descending
Order:
Debug SQL
Sayı
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse Genişlət Show trace Hide trace Count: Time taken:
Əlfəcinlər
Yenilə
Əlavə et
Əlfəcinlər yoxdur
Əlfəcin əlavə et
Seçimlər
Restore default values
Collapse Genişlət Sorğunu təkrarla Redaktə et İzah Et Profilləmə Əlfəcin Sorğu uğursuz oldu Verilənlər Bazası: Queried time:

Storage engines

MyISAM Dokumentasiya

Non-transactional engine with good performance and small data footprint

MyISAM bu MySQL serverində vardır.

bulk_insert_buffer_size 16,384 KB
delay_key_write ON
myisam_block_size 1024
The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified. Data pointer size 6 Bayt
The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE). Keçici sıralama fayllarının maksimum boyu 8,192 PB
myisam_mmap_size 18446744073709551615
The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option. Avtomatik qurtarma rejimi BACKUP
If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process. Repair threads 1
The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE. Sıralama buferinin (keçici yaddaşının) boyu 524 k KB
myisam_stats_method NULLS_UNEQUAL
myisam_use_mmap OFF
skip_external_locking ON