Skip to content

Commit 237d2a3

Browse files
committed
update
1 parent 010a398 commit 237d2a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@ InnoSQL是杭研开发维护的MySQL分支,目前基于MySQL 5.5。InnoSQL的
1111
目前主要包括的特性有:
1212
---------------------
1313
高可用特性:
14+
1415
1. virtual sync replication with group commit,高性能同步复制
1516
2. crash safe replication slave,宕机主从数据依然一致
1617
3. slave batch commit 极大减少slave与master的延时,基本达到实时同步
1718
4. InnoDB share memory,缓冲池快速预热技术
1819

1920
高性能特性:
21+
2022
1. InnoDB flash cache 将SSD作为L2cache,见percona CTO对此测试的结果
2123
2. InnoDB IO enhance 对于InnoDB的IO进行优化,尤其是SSD
2224
3. InnoDB死锁检测优化
2325

2426
运维特性:
27+
2528
1. 观察InnoDB undo log信息
2629
2. 观察不同刷新方式的的次数
2730
3. 观察master thread和purge thread的线程ID

0 commit comments

Comments
 (0)