v.23.8New Feature
Support TRUNCATE DATABASE operation
Support TRUNCATE DATABASE operation. #53261 (Bharat Nallan).Why it matters
This feature introduces theTRUNCATE DATABASE command to allow users to efficiently remove all data from a database at once, simplifying cleanup and maintenance tasks without dropping the database itself.How to use it
Users can perform aTRUNCATE DATABASE <database_name> command to quickly delete all data inside the specified database while keeping its schema intact.