วางไฟล์ที่นี่

SQL upload ( 0 ) x -

Press Ctrl+Enter to execute query Press Enter to execute query
ascending
descending
Order:
แก้จุดบกพร่อง SQL
จำนวน
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse Expand Show trace Hide trace Count: ใช้เวลา:
ตัวเลือก
Restore default values
Collapse Expand Requery แก้ไข Explain การทำแฟ้มประวัติ Query failed ฐานข้อมูล: Queried time:

Storage engines

MyISAM เอกสารประกอบ

MyISAM storage engine

MyISAM มีอยู่บน MySQL Server

bulk_insert_buffer_size 8,192 กิโลไบต์
delay_key_write ON
The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified. ขนาดตัวชี้ข้อมูล 6 ไบต์
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). ขนาดสูงสุดสำหรับไฟล์ที่ถูกจัดเรียงชั่วคราว 8,192 เพตตะไบต์
myisam_mmap_size 18446744073709551615
The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option. โหมดการกู้คืนอัตโนมัติ OFF
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. ซ่อมแซมเธรด 1
The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE. Sort buffer size 8,192 กิโลไบต์
myisam_stats_method nulls_unequal
myisam_use_mmap OFF
skip_external_locking ON