HANDLER for MEMORY Tables
CREATE TABLE t1 (a INT, b INT, KEY(a), KEY b USING BTREE (b)) ENGINE=memory;Limitations for HASH keys
Limitations for BTREE keys
Limitations for table scans
See also
Last updated
Was this helpful?

