innodb
- 网络存储引擎
-
Had you not specified the tables types as InnoDB , the order would not have been important .
如果您将表的类型指定为InnoDB,那么这个顺序就不会那么重要。
-
I have elected to use the InnoDB database engine to allow for later table joining and relationship creation .
我选择使用InnoDB数据库引擎支持后面的表格连接和关系创建。
-
Backup , Recovery and Logging InnoDB uses write-ahead logging .
备份、恢复和日志InnoDB使用写前(write-ahead)日志记录。
-
This is the size in bytes of the memory buffer InnoDB uses to cache data and indexes of its tables .
这个参数是内存缓冲区的字节数,InnoDB使用这个缓冲区来缓存表的数据和索引。
-
You can think about it as about simplified form of versioning like in Innodb if it is closer to you .
你可以把它想象成为一个简单的版本管理形式,就像Innodb。
-
InnoDB is limited to1000 columns .
InnoDB仅限于1000列。
-
This article focuses primarily on backup and restore using MyISAM and InnoDB storage engines , as they are the most commonly used engines in the MySQL world .
本文主要关注使用MyISAM和InnoDB存储引擎进行备份和恢复,因为它们是MySQL中最常用的引擎。
-
For a mixed MySQL database environment that comes with both MyISAM and InnoDB storage engines , perhaps a better choice to back up is to use innobackup .
对于具有MyISAM和InnoDB存储引擎的混合式MySQL数据库环境,进行备份的更好的方法可能是使用innobackup。
-
The possibility of Sun closing the MySQL source was dismissed as " brand suicide ", and InnoDB was mentioned as a concern , albeit not a major one .
他排除了Sun封闭MySQL源码的可能性,认为那是“品牌自杀”。
-
Special care , or a shell / perl script such as innobackup , is required to back up both MyISAM and InnoDB databases , for example .
对MyISAM和InnoDB数据库进行备份需要特殊处理,也就是需要innobackup那样的shell/perl脚本。
-
I think it is really capitalizing on the move Oracle made a couple of years ago when they bought out the company that developed the main transactional database engine used in MySql : InnoDB .
我觉得它很好的利用了Oracle两年前买下MySQL的主要事务数据库引擎开发公司InnoDB的效应。