What is the difference between MyISAM Static and MyISAM Dynamic?



What is the difference between MyISAM Static and MyISAM Dynamic?..

Answer / Debashish Gorai

MyISAM tables have two types of indexes: static and dynamic. The main difference between them lies in their handling of table data and indexes.nn- Static indexes store all index data together with the table data, making them more space-efficient but slower to modify.nn- Dynamic indexes are separate from the table data, allowing for faster modifications at the cost of additional storage overhead.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I connect to a database in mysql workbench?

1 Answers  


Can foreign key have duplicate values?

1 Answers  


Where MyISAM table will be stored and also give their formats of storage?

1 Answers  


How to get help information from the server?

1 Answers  


What is the use of ENUM in MySQL?

1 Answers  


what is the difference between between and in operators in mysql?

1 Answers  


What is the difference between the primary and unique key in mysql?

1 Answers  


Is mysql a framework?

1 Answers  


How to enter numeric values as hex numbers?

1 Answers  


How many threads can mysql handle?

1 Answers  


Do you need a license for mysql?

1 Answers  


Write a query to stop mysql in unix

1 Answers  


Categories