Skip to main content

DROP INVERTED INDEX

Introduced or updated: v1.2.405
企业版功能
INVERTED INDEX是企业版功能。 如需获取许可证,请联系 Databend 支持团队

删除 Databend 中的倒排索引。

语法

DROP INVERTED INDEX [IF EXISTS] <index> ON [<database>.]<table>

示例

-- 删除 'customer_feedback' 表上的倒排索引 'customer_feedback_idx'
DROP INVERTED INDEX customer_feedback_idx ON customer_feedback;
Explore Databend Cloud for FREE
Low-cost
Fast Analytics
Easy Data Ingestion
Elastic Scaling
Try it today