What are HEAP tables in MySQL?

Answer Posted / amith

HEAP tables are in-memory. They are usually used for high-
speed temporary storage. No TEXT or BLOB fields are allowed
within HEAP tables.

we can only use the comparison operators = and <=>. HEAP
tables do not support AUTO_INCREMENT. Indexes must be NOT
NULL.

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is auto increment in mysql?

594


What is a storage engine?

632


What's the latest version of mysql?

600


How we can get distinct columns values in mysql?

677


What is a mysql server?

594






What is the difference between timestamp and datetime in mysql?

618


How do I download mysql?

569


What is difference between mysql and mysql server?

557


Can we write procedure in mysql?

577


What is relational database in mysql?

567


What are the other commands to know the structure of a table using mysql commands except explain command?

624


How to check if a record exists in a mysql database php?

538


How do I delete a table in mysql workbench?

613


What is procedural api?

584


can you elaborate on blob and text in mysql? : Mysql dba

552