IT Placement Papers Database MYSQL
This category contains MYSQL Interview Questions and Answers
Search by tag : Database Interview Questions, MYSQL Interview Questions |
What are HEAP tables in MySQL?
|
|
|
|
|
HEAP tables are in-memory. They are usually used for high-speed temporary storage. No TEXT or BLOB fields are allowed within HEAP tables. You can only use the comparison operators = and <=>. HEAP tables do not support AUTO_INCREMENT. Indexes must be NOT NULL.
Related items
Only registered users can write comments. Please login or register.
|