Skip to content

Commit

Permalink
Merge pull request #701 from lilin90/fix-typo-release
Browse files Browse the repository at this point in the history
releases: fix typo in 1.1 Alpha
  • Loading branch information
lilin90 authored Apr 27, 2018
2 parents 3fa1961 + 9530337 commit b691560
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions releases/11alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ category: Releases
- 统计信息减小内存占用
- 优化统计信息启动时载入的时间
- 更精确的代价估算
- 使用 Count-Min Sketch 更精确地估算点查的代价
- 使用 `Count-Min Sketch` 更精确地估算点查的代价
- 支持更复杂的条件,更充分使用索引
- SQL 执行器
- 使用 Chunk 结构重构所有执行器算子,提升分析型语句执行性能,减少内存占用
- 优化 `INSERT INGORE` 语句性能
- 优化 `INSERT IGNORE` 语句性能
- 下推更多的类型和函数
- 支持更多的 `SQL_MODE`
- 优化 `Load Data` 性能,速度提升 10 倍
Expand All @@ -39,14 +39,14 @@ category: Releases
## TiKV:

- 支持 Raft learner
- 优化 Raft Snapshot,减少 IO 开销
- 优化 Raft Snapshot,减少 I/O 开销
- 支持 TLS
- 优化 RocksDB 配置,提升性能
- 优化 Coprocessor `count (*)` 和点查 unique index 的性能
- 增加更多的 Failpoint 以及稳定性测试 case
- 解决 PD 和 TiKV 之间重连的问题
- 增强数据恢复工具 TiKV-CTL 的功能
- 增强数据恢复工具 `tikv-ctl` 的功能
- Region 支持按 table 进行分裂
- 支持 `Delete Range` 功能
- 支持设置 snapshot 导致的 IO 上限
- 支持设置 snapshot 导致的 I/O 上限
- 完善流控机制

0 comments on commit b691560

Please sign in to comment.