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 and update format in 1.1 Alpha #447

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 @@ On January 19, 2018, TiDB 1.1 Alpha is released. This release has great improvem
- Use more compact structure to reduce statistics info memory usage
- Speed up loading statistics info when starting tidb-server
- Provide more accurate query cost evaluation
- Use Count-Min Sketch to evaluate the cost of queries using unique index more accurately
- Use `Count-Min Sketch` to estimate the cost of queries using unique index more accurately
- Support more complex conditions to make full use of index
- SQL executor
- Refactor all executor operators using Chunk architecture, improve the execution performance of analytical statements and reduce memory usage
- Optimize performance of the `INSERT INGORE` statement
- Optimize performance of the `INSERT IGNORE` statement
- Push down more types and functions to TiKV
- Support more `SQL_MODE`
- Optimize the `Load Data` performance to increase the speed by 10 times
Expand All @@ -39,14 +39,14 @@ On January 19, 2018, TiDB 1.1 Alpha is released. This release has great improvem
## TiKV:

- Support Raft learner
- Optimize Raft Snapshot and reduce the IO overhead
- Optimize Raft Snapshot and reduce the I/O overhead
- Support TLS
- Optimize the RocksDB configuration to improve performance
- Optimize `count (*)` and query performance of unique index in Coprocessor
- Add more failpoints and stability test cases
- Solve the reconnection issue between PD and TiKV
- Enhance the features of the data recovery tool TiKV-CTL
- Enhance the features of the data recovery tool `tikv-ctl`
- Support splitting according to table in Region
- Support the `Delete Range` feature
- Support setting the IO limit caused by snapshot
- Support setting the I/O limit caused by snapshot
- Improve the flow control mechanism