티스토리 뷰
반응형
Inno DB
- Inno DB는 높은 안정성과 성능을 유지하는 범용 스토리지 엔진이며, transactional-safe 테이블을 관리한다.
- MySQL8.0에서는 InnoDB를 기본 스토리지 엔진으로 사용하고 있다.
Inno DB 스토리지 엔진 기능
Feature | Support |
---|---|
B-tree indexes | Yes |
Backup/point-in-time recovery (Implemented in the server, rather than in the storage engine.) | Yes |
Cluster database support | No |
Clustered indexes | Yes |
Compressed data | Yes |
Data caches | Yes |
Encrypted data | Yes (Implemented in the server via encryption functions; In MySQL 5.7 and later, data-at-rest tablespace encryption is supported.) |
Foreign key support | Yes |
Full-text search indexes | Yes (InnoDB support for FULLTEXT indexes is available in MySQL 5.6 and later.) |
Geospatial data type support | Yes |
Geospatial indexing support | Yes (InnoDB support for geospatial indexing is available in MySQL 5.7 and later.) |
Hash indexes | No (InnoDB utilizes hash indexes internally for its Adaptive Hash Index feature.) |
Index caches | Yes |
Locking granularity | Row |
MVCC | Yes |
Replication support (Implemented in the server, rather than in the storage engine.) | Yes |
Storage limits | 64TB |
T-tree indexes | No |
Transactions |
Yes |
Update statistics for data dictionary | Yes |
Inno DB 스토리지 엔진 특징
- 다른 엔진들에 비해 data 로딩 속도가 느리다.
- 특정 data와 index에 대해서 table space개념을 사용하여 저장하고, 각각 메모리 캐시를 지원한다.
- index는 B-Tree, Clustered를 지원한다.
- FK를 지원하며, 자동 에러 복구 기능을 지원한다.
- Row 단위로 lock을 제공하며, 백업 및 특정 시점으로 복구가 가능하다.
반응형
'DataBase' 카테고리의 다른 글
[MySQL] 트랜잭션과 ACID (0) | 2020.04.01 |
---|---|
[MySQL] MyISAM vs InnoDB (0) | 2020.02.17 |
[MySQL] MyISAM (0) | 2020.02.17 |
[MySQL] MySQL 스토리지 엔진 (0) | 2020.02.17 |
리두와 언두의 동작 (0) | 2019.12.09 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 김영한
- 연관관계
- Spring
- java
- 생성자
- 인프런
- 스프링부트
- JPA
- try catch finally
- try with resources
- 빈 순환 참조
- 팩토리 메소드 패턴
- 빌더 패턴
- 이펙티브 자바
- jdk버전
- 이펙티브자바
- flatMap
- @Lazy
- 복사 팩토리
- ifPresent
- 자바8
- 점층적 생성 패턴
- mustache
- java8
- 정적팩터리메서드
- effectivejava
- springboot
- Effective Java
- junit
- package-private
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
글 보관함