Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releases: fix typo in 1.1 Alpha #701

Merged
merged 1 commit into from
Apr 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 上限
- 完善流控机制