v.23.8Improvement
Improved Performance and Usability for CHECK TABLE Query
QueryCHECK TABLE has better performance and usability (sends progress updates, cancellable). #52745 (vdimir).Why it matters
The feature enhances theCHECK TABLE command by making its execution more efficient and user-friendly. It provides progress feedback during the operation and allows users to cancel the query if needed, improving usability and control over table integrity checks.How to use it
Simply use theCHECK TABLE statement as before. The query now automatically provides progress updates and supports cancellation without additional configuration.