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

using primary can we relate two table, with out foreign key?

2483


Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba

734


What happens if you no create privilege in a database?

790


How to update info already in a table and delete a row(s) from a table.

651


Is mysql same as mariadb?

667


Is mysql query case sensitive?

722


How to include character strings in sql statements?

659


What are the 3 main types of search queries?

644


Where is mysql installed on linux?

695


How to check server status with 'mysqladmin'?

786


What is a deterministic function?

817


If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?

682


What is mysql server used for?

677


Can you tell how to find the number of rows in a resultset using php?

684


Is oracle better than mysql?

647