v.23.11New Feature
Add CHECK ALL TABLES query
Why it matters
This feature provides a convenient way to perform integrity checks across all tables, helping users identify and address potential data corruption or structural issues in a single command, improving database reliability and maintenance efficiency.How to use it
Execute the query:CHECK ALL TABLESThis command will run integrity checks on every table in the current database without needing to specify each table individually.