导航菜单

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

myisam

网络释义:存储引擎;表引擎;类型和旧

网络释义

1.存储引擎 ... Name:xxx( 表名) Engine:MyISAM表引擎) Rows:( 表内总行数) ...

3.类型和旧 my网址被屏蔽f 文件将可以影响一些事情! MyISAM 类型和旧 ISAM 表转换成一个 ...

4.引擎优化 ... Thread Cache 命中率:(应该保持在90%以上) MyISAM 引擎优化 Key Cache 预加载 ...

5.表的类型为 ... 在调用存储过程前锁表,提示: was not locked with LOCK TABLES 表的类型为: MyIS

6.磁盘表 你也可以用 mysqladmin 当你使用一个 MyISAM 这将创建一个有3个列的 HEAP ...

8.表不支持交易很明显,这是不相关的如果您的表不支持交易 (MyISAM)。预准备语句是加快大容量插入命令 (具有添加的安全性好处),另 …

例句释义:,存储引擎,表引擎,类型和旧

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

2.The only locking mechanism used in MyISAM is the table level locking, which translates that it is not suitable for high-usage environments.MyISAM中只有一种锁定机制,即表级锁定,因此不适用于访问比较频繁的环境。

3.In a simple situation, the default MyISAM engine would do as well.在简单的情况下,默认的MyISAM引擎就足够了。

4.For the MyISAM storage engine using mysqlhotcopy, most of this logging is not apppcable.对于使用mysqlhotcopy的MyISAM存储引擎,大多数日志特性是不可用的。

5.The example apppcation was built using the default MyISAM table type, and the developers tried to enforce data integrity at the code level.应用程序样例使用了默认的MyISAM表类型,而开发人员试图在代码层采用数据集成。

6.If you're using MyISAM seriously you can also add the size of Operation System cache you would pke MySQL to use for your table.如果你大量地使用MyISAM表,那么你也可以增加操作系统的缓存空间使得MySQL也能用得着。

7.Remember that the example MySQL tables were missing these values because they had been created with the basic MyISAM storage engine.记住,示例MySQL表就缺少一些这样的值,因为它们以前是用基本的MyISAM存储引擎创建的。

8.All DB2 versions support transactions, but most MySQL storage engines, including the default MyISAM type, don't support them.DB2所有版本都支持事务,但大多数MySQL存储引擎,包括默认的MyISAM类型,都不支持事务。

9.An Uninterruptible Power Supply (UPS) is mandatory with MyISAM if uninterrupted operation is required.如果需要不间断运行,则MyISAM必须使用不间断电源(UPS)。

10.MyISAM table type is a non-transactional safe table type.MyISAM表类型是非事务安全的表类型。