The big difference between MySQL Table Type MyISAM and InnoDB is that InnoDB supports transaction InnoDB supports some newer features: Transactions, row-level locking, foreign keys InnoDB is for high volume, high performance Most people us
most people use myisam if they need speed and innodb for data integrity. you can use more than one or any combination of these table types in your database. remember to asses the needs of your application before building it. even though myisam is faster than innodb in the mysql world, innodb is fast compared to any database engine.with innodb you get transactions, speed and integrity three features not usually used in the same sentence.
InnoDB?has been designed for maximum performance when processing large data volumes. Its CPU efficiency is probably not matched by any other disk-based relational database engine.
Fully integrated with MySQL Server, the?InnoDB?storage engine maintains its own buffer pool for caching data and indexes in main memory.?InnoDB?stores its tables and indexes in a tablespace, which may consist of several files (or raw disk partitions). This is different from, for example,?MyISAM?tables where each table is stored using separate files.?InnoDB?tables can be of any size even on operating systems where file size is limited to 2GB.
So, what do you think about those engines?? Please feel free to discuss it.
For more information visit?http://dev.mysql.com/
原文地址:Difference Between InnoDB and MyISAM, 感谢原作者分享。
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号