isisun photos
Categories
Charts
Visitors
Category Archives: MySQL
Database Virtualization
Following the series of virtualization posts today I dig up for some papers and articles on database virtualization which is another hot topic that is coming in near future.I found a bunch of good posts and a few papers , but still there is a lack of precise information and clear implementation.I even read some [...]
Also posted in Databases, SOAP, VMWare, Virtualization Tagged Database Virtualization, SOA Leave a comment
MySQL Storage Engine
Storage Engines
MyISAM table type is mature, stable, and simple to manage
-MyISAM Static
-MyISAM Dynamic
-MyISAM Compressed
InnoDB -a modern alternative to MyISAM, which above all offers the following additional functions:
-Transactions
-Row Level Locking
-Foreign Key Constraints
-Crash Recovery
Limitations and Drawbacks:
-Tablespace Administration:the InnoDB table driver stores all data and indexes in a tablespace, comprising one or more files, that [...]

Benchmarking with DBT2