What is the difference between myisam dynamic and myisam static in mysql?
Answer / Karan Srivastava
MyISAM Dynamic tables have a heap file that stores data, while MyISAM Static tables store data in both a .MYD (Data) file and a .MYI (Index) file. In MyISAM Dynamic tables, the .frm file contains information about table structure including column names and types. However, in MyISAM Static tables, this information is stored in separate .MYI files.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many primary keys can be there in a table?
How to returns the columns and column information pertaining to the designated table.
How to check server status with 'mysqladmin'?
How do you start and stop MySQL on Windows?
Can we join 3 tables in mysql?
Why should I use mysql?
How to see the database architecture in MySQL??
How to enter Characters as HEX Numbers?
What is mysql_connect?
How do I find users in mysql?
What is select query in mysql?
How do I run mysql on a mac?
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)