title | aliases | summary | ||
---|---|---|---|---|
TiDB 3.1 Beta.1 Release Notes |
|
TiDB 3.1 Beta.1 was released on January 10, 2020. The release includes changes to TiKV, such as renaming backup files and adding incremental backup features. Tools like BR have improved backup progress information and added features for partitioned tables. TiDB Ansible now automatically disables Transparent Huge Pages and adds Grafana monitoring for BR components. Overall, the release focuses on improving backup and restore processes, monitoring, and deployment optimization. |
Release date: January 10, 2020
TiDB version: 3.1.0-beta.1
TiDB Ansible version: 3.1.0-beta.1
-
backup
-
sst_importer
- Fix the issue that the SST file does not have MVCC properties during restoring #6378
- Add the monitoring items such as
tikv_import_download_duration
,tikv_import_download_bytes
,tikv_import_ingest_duration
,tikv_import_ingest_bytes
, andtikv_import_error_counter
to observe the overheads of downloading and ingesting SST files #6404
-
raftstore
- Fix the issue of Follower Read that the follower reads stale data when the leader changes, thus breaking transaction isolation #6343
- BR (Backup and Restore)
- Fix the inaccurate backup progress information #127
- Improve the performance of splitting Regions #122
- Add the backup and restore feature for partitioned tables #137
- Add the feature of automatically scheduling PD schedulers #123
- Fix the issue that data is overwritten after non
PKIsHandle
tables are restored #139