v.23.8Improvement

Improved Performance and Usability for CHECK TABLE Query

QueryCHECK TABLE has better performance and usability (sends progress updates, cancellable). #52745 (vdimir).
Improved CHECK TABLE query with enhanced performance, progress updates, and cancellation support.

Why it matters

The feature enhances the CHECK 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 the CHECK TABLE statement as before. The query now automatically provides progress updates and supports cancellation without additional configuration.