Jump to content

MyISAM Engine

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Stone5a1 (talk | contribs) at 06:27, 22 March 2010 (MYISAM 存储引擎详解). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

介绍

MyISAM基于ISAM代码扩展而来的,每个MyISAM在磁盘上存储成三个文件。文件的名字以表的名字开始,扩展名指出文件类型。 表定义文件: .frm 数据文件: .MYD (MYData) 索引文件: .MYI (MYIndex)

特性

启动选项配置

比较

常见问题解决方案