From 849883038249eb362439384695213008efa55450 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Thu, 26 Dec 2024 10:44:36 +0800 Subject: [PATCH] add frontmatter Signed-off-by: Ruihang Xia --- docs/user-guide/manage-data/data-index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-guide/manage-data/data-index.md b/docs/user-guide/manage-data/data-index.md index 8dd332b0c..712251b87 100644 --- a/docs/user-guide/manage-data/data-index.md +++ b/docs/user-guide/manage-data/data-index.md @@ -1,3 +1,8 @@ +--- +keywords: [index, inverted index, skipping index, fulltext index, query performance] +description: Learn about different types of indexes in GreptimeDB, including inverted index, skipping index, and fulltext index, and how to use them effectively to optimize query performance. +--- + # Data Index GreptimeDB provides various indexing mechanisms to accelerate query performance. Indexes are essential database structures that help optimize data retrieval operations by creating efficient lookup paths to specific data.