Enable cancellation of index analysis queries during execution for large tables with many parts or partitions.
Why it matters
Index analysis on big tables can be time-consuming, causing prolonged query execution. This feature allows users to kill heavy index analysis queries mid-execution, improving query management and resource control.How to use it
Users can simply send a kill command to the running index analysis query as usual. The system now supports cancellation during the index analysis phase, allowing termination of the query before completion if it takes too long.