Thả tập tin vào đây

Tải lên SQL ( 0 ) x -

Nhấn Ctrl+Enter để thực thi truy vấn Nhấn Enter để thực thi truy vấn
tăng dần
giảm dần
Thứ tự:
Gỡ rối SQL
Số lượng
Thứ tự thực thi
Thời gian cần
Xếp theo:
Nhóm truy vấn
Bỏ nhóm các truy vấn
Co lại Mở rộng Hiện theo dõi Ẩn theo dõi Số lượng: Thời gian cần:
Tùy chọn
Khôi phục giá trị mặc định
Co lại Mở rộng Truy vấn lại Sửa Giải thích Hồ sơ Truy vấn bị lỗi Cơ sở dữ liệu: Thời gian truy vấn:

Storage engines

MyISAM Tài liệu

MyISAM storage engine

MyISAM sẵn sàng trên máy chủ MySQL này.

bulk_insert_buffer_size 8.192 KiB
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. Kích cỡ con trỏ dữ liệu 6 B
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). Cỡ tối đa cho các tập tin sắp xếp tạm 8.192 PiB
myisam_mmap_size 18446744073709551615
The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option. Chế độ phục hồi tự động 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. Các tuyến trình sửa chữa 1
The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE. Kích thước bộ đệm sắp xếp 8.192 KiB
myisam_stats_method nulls_unequal
myisam_use_mmap OFF
skip_external_locking ON