Although MyISAM has been the default storage engine for MySQL but its soon going to change with the release of MySQL server 5.5. Not only that, more and more people are shifting over to the Innodb storage engine and the reasons for that is the tremendous benefits, not only in terms of performance, concurrency, ACID-transactions, foreign key constraints, but also because of the way it helps out the DBA with hot-backups support, automatic crash recovery and avoiding data inconsistencies which can prove to be a pain with MyISAM. In this article I try to hammer out the reasons why you should move on to using Innodb instead of MyISAM.
Showing entries 1 to 1
Nov
16
2010
Posted by Ovais Tariq
on Tue 16 Nov 2010 11:47 UTC
Tags:
Tags:
innodb, Backups, foreign keys, transactions, locking, recovery, acid, clustered indexes, concurrency, row-level locking, crash recovery, throughput, Hot Backup, database resources, mysql resources, acid-compliant, adaptive hash indexing, background flushes, buffer pool, change buffer, data consistency, innodb resources, innodb vs myisam, read ahead, MySQL, Performance
Showing entries 1 to 1
Top 20 Authors
Frederic Descamps (9)Joshua Otwell (8)
Marco Tusa (6)
Mirko Ortensi (6)
Olivier Dasini (6)
Dave Stokes (5)
Michael McLaughlin (5)
Daniel Nichter (4)
Saroj Tripathy (4)
Krunal Bauskar (3)
Mikael Ronström (3)
Vlad Mihalcea (3)
Frazer Clement (2)
Jean-François Gagné (2)
Kristian Köhntopp (2)
Dimitri Kravtchuk (1)
Johannes Schlüter (1)
Keith Larson (1)
Lalit (1)
parvez alam (1)