1.

What Is Heap Table?

Answer»

Tables that are present in MEMORY is KNOWN as HEAP tables. When you create a heap table in MySQL, you should need to specify the TYPE as HEAP. These tables are commonly known as memory tables. They are used for HIGH SPEED storage on temporary basis. They do not allow BLOB or TEXT fields.

Tables that are present in memory is known as HEAP tables. When you create a heap table in MySQL, you should need to specify the TYPE as HEAP. These tables are commonly known as memory tables. They are used for high speed storage on temporary basis. They do not allow BLOB or TEXT fields.



Discussion

No Comment Found