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 the latest version of mysql?

503


What are the advantages of mysql in comparison to oracle?

553


How do I disconnect mysql workbench?

540


How can you filter the duplicate data while retrieving records from the table?

478


What is difference between mysql_connect and mysql_pconnect?

557






What are the functions in mysql?

502


What is save point in mysql?

519


What is view? How can you create and drop view in mysql?

487


how to display nth highest salary from a table in a mysql query? : Mysql dba

577


How to set mysql variable in php?

510


What is an index? How can an index be declared in mysql?

490


How does mysql store data?

525


What is pdo connection?

475


Write a query to fetch common records between two tables using mysql?

542


What is mysql ndb?

518