What are HEAP tables in MySQL?



What are HEAP tables in MySQL?..

Answer / 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

More MySQL Interview Questions

What is mysql slow query?

0 Answers  


Does mysql use tcp or udp?

0 Answers  


What is the difference between mysql_fetch_array() and ysql_fetch_object() ?

0 Answers  


How do I install mysql?

0 Answers  


What are triggers mysql?

0 Answers  






What are federated tables?

0 Answers  


How do you change a password for an existing user via mysqladmin?

2 Answers  


how we will Show selected records sorted in an ascending (asc) or descending (desc).

0 Answers  


What is text in mysql?

0 Answers  


What is procedural api?

0 Answers  


How many rows can mysql hold?

0 Answers  


How do I free up space in mysql?

0 Answers  


Categories