Releases: pingcap/tiflash
Releases · pingcap/tiflash
TiFlash v6.5.3
For new features, improvements, and bug fixes released in 6.5.3 for tiflash, see TiDB 6.5.3 release notes.
TiFlash v7.1.0
For new features, improvements, and bug fixes released in 7.1.0 for tiflash, see TiDB 7.1.0 release notes.
TiFlash v7.1.0-rc.0
For new features, improvements, and bug fixes released in 7.1.0-rc.0 for tiflash, see TiDB 7.1.0-rc.0 release notes.
TiFlash v6.5.2
For new features, improvements, and bug fixes released in 6.5.2 for tiflash, see TiDB 6.5.2 release notes.
TiFlash v6.1.6
For new features, improvements, and bug fixes released in 6.1.6 for tiflash, see TiDB 6.1.6 release notes.
TiFlash v7.0.0
For new features, improvements, and bug fixes released in 7.0.0 for tiflash, see TiDB 7.0.0 release notes.
TiFlash v6.5.1
Improvements
Bug fixes
- Fix the issue that semi-joins use excessive memory when calculating Cartesian products #6730 @gengliqi
- Fix the issue that TiFlash log search is too slow #6829 @hehechen
- Fix the issue that TiFlash cannot start because files are mistakenly deleted after repeated restarts #6486 @JaySon-Huang
- Fix the issue that TiFlash might report an error when performing a query after adding a new column #6726 @JaySon-Huang
- Fix the issue that TiFlash does not support IPv6 configuration #6734 @ywqzzy
TiFlash v6.6.0
Improvements
- Support an independent MVCC bitmap filter that decouples the MVCC filtering operations in the TiFlash data scanning process, which provides the foundation for future optimization of the data scanning process #6296 @JinheLin
- Reduce the memory usage of TiFlash by up to 30% when there is no query #6589 @hongyunyan
Bug fixes
- Fix the issue that querying TiFlash-related system tables might get stuck #6745 @lidezhu
- Fix the issue that semi-joins use excessive memory when calculating Cartesian products #6730 @gengliqi
- Fix the issue that the result of the division operation on the DECIMAL data type is not rounded #6393 @LittleFall
TiFlash v6.1.5
There is no release note for this version.
TiFlash v6.1.4
Bug fixes
- Fix the issue that TiFlash global locks are blocked for a long time occasionally #6418 @SeaRise
- Fix the issue that high throughput writes cause OOM #6407 @JaySon-Huang