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 |
How do I connect to a database in mysql workbench?
Can foreign key have duplicate values?
Where MyISAM table will be stored and also give their formats of storage?
How to get help information from the server?
What is the use of ENUM in MySQL?
what is the difference between between and in operators in mysql?
What is the difference between the primary and unique key in mysql?
Is mysql a framework?
How to enter numeric values as hex numbers?
How many threads can mysql handle?
Do you need a license for mysql?
Write a query to stop mysql in unix
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)