http://blog.naver.com/realnaut/220323288155
출처 : https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html
MySQL :: MySQL 5.5 Reference Manual :: 15 Alternative Storage Engin...
dev.mysql.com
Feature | MyISAM | Memory | InnoDB | Archive | NDB |
Storage limits | 256TB | RAM | 64TB | None | 384EB |
Transactions | No | No | Yes | No | Yes |
Locking granularity | Table | Table | Row | Table | Row |
MVCC | No | No | Yes | No | No |
Geospatial data type support | Yes | No | Yes | Yes | Yes |
Geospatial indexing support | Yes | No | No | No | |
B-tree indexes | Yes | Yes | Yes | No | No |
T-tree indexes | No | No | No | No | Yes |
Hash indexes | No | Yes | No | Yes | |
Full-text search indexes | Yes | No | No | No | |
Clustered indexes | No | No | Yes | No | No |
Data caches | No | N/A | Yes | No | Yes |
Index caches | Yes | N/A | Yes | No | Yes |
Compressed data | No | Yes | No | ||
Yes | Yes | Yes | Yes | Yes | |
Cluster database support | No | No | No | No | Yes |
Yes | Yes | Yes | Yes | Yes | |
Foreign key support | No | No | Yes | No | No |
Yes | Yes | Yes | Yes | Yes | |
Query cache support | Yes | Yes | Yes | Yes | Yes |
Update statistics for data dictionary | Yes | Yes | Yes | Yes | Yes |
[a] InnoDB support for geospatial indexing is available in MySQL 5.7.5 and higher. [b] InnoDB utilizes hash indexes internally for its Adaptive Hash Index feature. [c] InnoDB support for FULLTEXT indexes is available in MySQL 5.6.4 and higher. [d] Compressed MyISAM tables are supported only when using the compressed row format. Tables using the compressed row format with MyISAM are read only. [e] Compressed InnoDB tables require the InnoDB Barracuda file format. [f] Implemented in the server (via encryption functions), rather than in the storage engine. [g] Implemented in the server, rather than in the storage engine. [h] Implemented in the server, rather than in the storage engine. |
'기술자료 > 기술운영자료' 카테고리의 다른 글
SQL Server 복제 (0) | 2016.03.20 |
---|---|
[HA] MySQL with Galera (0) | 2016.03.20 |
오라클 평생 지원 정책 소개 및 버전별 지원 정책 종료 기간 (0) | 2016.03.20 |
한서버에서 mysql 2개 설치하기 (0) | 2016.03.20 |
SQL 인젝션 공격의 위험을 감소시키기위한 유용한 세가지 (0) | 2016.03.20 |