Inverted Index
INVERTED INDEX is an Enterprise Edition feature. Contact Databend Support for a license.
This page provides a comprehensive overview of inverted index operations in Databend, organized by functionality for easy reference.
Inverted Index Management
| Command | Description |
|---|---|
| CREATE INVERTED INDEX | Creates a new inverted index for full-text search |
| DROP INVERTED INDEX | Removes an inverted index |
| REFRESH INVERTED INDEX | Updates an inverted index with the latest data |
Related Topics
note
Inverted indexes in Databend enable efficient full-text search capabilities for text data, allowing for fast keyword searches across large text columns.