高性能MySQL第二版中的一个过时表述

在高性能MySQL第二版中文版的1.5.1小节中,在MySQL架构第一章中介绍:

作为MySQL的默认存储引擎,在性能和可用特征之间,MyISAM提供一种良好的平衡,

这些特征包括全文检索,压缩,空间函数。MyISAM不支持事务和行级锁。

这是因为写书是MySQL的版本还没有到5.1

https://dev.mysql.com/doc/refman/5.5/en/innodb-introduction.html

InnoDB is a general-purpose storage engine that balances high reliability and high performance. Starting from MySQL 5.5.5, the default storage engine for new tables is InnoDB rather than MyISAM. Unless you have configured a different default storage engine, issuing a CREATE TABLE statement without an ENGINE= clause creates an InnoDB table. Given this change of default behavior, MySQL 5.5 might be a logical point to evaluate whether tables that use MyISAM could benefit from switching to InnoDB.

在5.5.5之后,InnoDB已经成为了MySQL的默认存储引擎

InnoDB includes all the features that were part of the InnoDB Plugin for MySQL 5.1, plus new features specific to MySQL 5.5 and higher.

 

转载于:https://my.oschina.net/u/244278/blog/3097922

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值