tikv v2.0.1 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
  • ๐ŸŽ Performance

    • โฌ‡๏ธ Reduced number of thread_yield calls
    • ๐Ÿ›  Fix the issue that SELECT FOR UPDATE prevents others from reading ### ๐Ÿ‘Œ Improvements
    • ๐Ÿ”Š More verbose logs for slow query
    • Speed up delete range ### ๐Ÿ› Bug Fixes
    • ๐Ÿ›  Fix the bug that raftstore is accidentally blocked when generating the snapshot
    • ๐Ÿ›  Fix the issue that Learner cannot be successfully elected in special conditions
    • ๐Ÿ›  Fix the issue that split might cause dirty read in extreme conditions
    • ๐Ÿ”ง Correct the default value of the read thread pool configuration