查询
1 词典释义:
myisam
时间: 2025-05-14 14:55:56

我的天

双语例句
  • The key buffer stores index blocks for MyISAM tables.

    关键字缓冲区保存了myisam表的索引块。

  • In a simple situation, the default MyISAM engine would do as well.

    在简单的情况下,默认的MyISAM引擎就足够了。

  • Data integrity Our MySQL database tables were based on the non-transactional MyISAM engine.

    数据完整性我们的MySQL数据库表格基于非事务性MyISAM引擎。

  • An Uninterruptible Power Supply (UPS) is mandatory with MyISAM if uninterrupted operation is required.

    如果需要不间断运行,则MyISAM必须使用不间断电源(ups)。

  • In fact, it's limited to MyISAM tables - a table format that doesn't support foreign keys and, thus, may be of limited use.

    实际上,它仅限于myisam表——不支持外键的一种表格式,因此使用有限。

  • All DB2 versions support transactions, but most MySQL storage engines, including the default MyISAM type, don't support them.

    DB 2所有版本都支持事务,但大多数MySQL存储引擎,包括默认的myisam类型,都不支持事务。

  • If you're using MyISAM seriously you can also add the size of Operation System cache you would like MySQL to use for your table.

    如果你大量地使用MyISAM表,那么你也可以增加操作系统的缓存空间使得MySQL也能用得着。

  • Remember that the example MySQL tables were missing these values because they had been created with the basic MyISAM storage engine.

    记住,示例mysql表就缺少一些这样的值,因为它们以前是用基本的MyISAM存储引擎创建的。

  • The example application was built using the default MyISAM table type, and the developers tried to enforce data integrity at the code level.

    应用程序样例使用了默认的My IS A m表类型,而开发人员试图在代码层采用数据集成。

  • 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和in noDB存储引擎的混合式MySQL数据库环境,进行备份的更好的方法可能是使用innobackup。

  • Some versions of MySQL also lack full support for stored procedures-the biggest disadvantage being the MyISAM system, which doesn't support transactions.

    有些MySQL版本还缺乏完整的存储过程支持—意味着不支持事务,这是MyISAM系统的最大缺点。

  • 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和In noDB存储引擎进行备份和恢复,因为它们是MySQL中最常用的引擎。

  • Myisampack.exe Compresses myisam table use VALUE COMPRESSION in create table statement to use the space saving row format at the column or table level to reduce space required for a table.

    exe压缩myisam表在创建表的语句中使用VALUE COMPRESSION,可以在列或表级别上使用节省空间的行格式来减少空间占用。