Which of the following descriptions about the MEMORY storage engine is incorrect?
MEMORY storage engine stores data in memory to provide fast access for queries and joins.
MEMORY storage engine supports only B-tree indexes and not hash indexes.
Data in MEMORY tables is lost if the mysqld daemon crashes.
MEMORY storage engine uses fixed-length format for data, and does not support BLOB or TEXT types.
Submit