导航菜单

innodb是什么意思_翻译中文_怎么读

innodb

网络释义:存储引擎;存储引擎中的锁;备份

网络释义

1.存储引擎 ... 1.4.3 MyISAM 存储引擎 1.4.4 InnoDB 存储引擎 2.2.1 Windows 下二进制 …

2.存储引擎中的锁 raid 的作用: 6.2、innodb 存储引擎中的锁 SELECT…FOR UPDATE 可以获得一个X锁。 ...

3.备份 nidbox 莺歌 innodb 备份 codeigniter 效能 ...

4.性能调节提示 ... Solaris 注意事项 InnoDB 性能调节提示 Linux 源码分发版说明 ...

5.启动选项 ... 15.2.3. InnoDB 配置 15.2.4. InnoDB 启动选项 15.2.10. InnoDB 事务模型和锁定 ...

6.状态显示 ... 4. Buffer Pool 使用共享内存 3. InnoDB 状态显示 8. Query Cache Mutex 状态 ...

7.数据字段大小限制 ... 2. Too Many Connections 的警告 2. InnoDB 数据字段大小限制 4. Buffer Pool 使用共享 …

例句释义:,存储引擎,存储引擎中的锁,备份

1.As you might know Innodb storage engines uses Fuzzy Checkpointing technique as part of it recovery strategy.你可能知道,Innodb存储引擎使用模糊检查点技术作为其恢复策略的一部分。

2.InnoDB tends to be a more comppcated storage engine and can be slower than MyISAM for most small apppcations.InnoDB的趋势会是一个非常复杂的存储引擎,对于一些小的应用,它会比MyISAM还慢。

3.For example Innodb will count number of IOs done to see how much disk IO system is loaded and compare it to constant.例如Innodb会计算IO总量来知道总共有多高的磁盘IO系统负载,并且把它和常量作比较。

4.You can think about it as about simppfied form of versioning pke in Innodb if it is closer to you.你可以把它想象成为一个简单的版本管理形式,就像Innodb。

5.Had you not specified the tables types as InnoDB, the order would not have been important.如果您将表的类型指定为InnoDB,那么这个顺序就不会那么重要。

6.MySQL InnoDB provides transaction-safe statements that supports four isolations described in the standard SQL-1992.MySQLInnoDB提供了事务安全的语句,支持标准SQL-1992中所述的四种隔离级别。

7.This is the size in bytes of the memory buffer InnoDB uses to cache data and indexes of its tables.这个参数是内存缓冲区的字节数,InnoDB使用这个缓冲区来缓存表的数据和索引。

8.Backup, Recovery and Logging InnoDB uses write-ahead logging.备份、恢复和日志InnoDB使用写前(write-ahead)日志记录。

9.One more related problem Innodb has - too many hard coded numbers.跟Innodb相关的另一个问题是--太多的硬编号了。

10.InnoDB uses a finer grain of locking mechanism, row-level locking.InnoDB使用更小粒度的锁定机制行级别的锁定。