Skip to main content

DROP AGGREGATING INDEX

Introduced or updated: v1.2.151

Deletes an existing aggregating index. Please note that deleting an aggregating index does NOT remove the associated storage blocks. To delete the blocks as well, use the VACUUM TABLE command. To disable the aggregating indexing feature, set enable_aggregating_index_scan to 0.

Syntax

DROP AGGREGATING INDEX <index_name>

Examples

This example deleted an aggregating index named my_agg_index:

DROP AGGREGATING INDEX my_agg_index;
Try Databend Cloud for FREE

Multimodal, object-storage-native warehouse for BI, vectors, search, and geo.

Snowflake-compatible SQL with automatic scaling.

Sign up and get $200 in credits.

Try it today