tikv v1.1.0-beta Release Notes

Release Date: 2018-02-24 // about 6 years ago
  • ๐Ÿ‘Œ Improvements

    • Traverse locks using offset + limit to avoid potential GC problems
    • ๐Ÿ‘Œ Support resolving locks in batches to improve GC speed
    • ๐Ÿ‘Œ Support GC concurrency to improve GC speed
    • โšก๏ธ Update the Region size using the RocksDB compaction listener for more accurate PD scheduling
    • โœ‚ Delete the outdated data in batches using DeleteFilesInRanges, to make TiKV start faster
    • ๐Ÿ”ง Configure the Raft snapshot max size to avoid the retained files taking up too much space
    • ๐Ÿ‘Œ Support more recovery operations in tikv-ctl
    • โšก๏ธ Optimize the ordered flow aggregation operation