Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/content/append-table/global-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Global indexes work on top of Data Evolution tables. To use global indexes, your
- `'row-tracking.enabled' = 'true'`
- `'data-evolution.enabled' = 'true'`

> Global index queries may not be exact when the index only covers part of the table data. If a query predicate matches the index, Paimon returns only the results from the indexed portion. Matching records in data that has not been indexed yet will not be returned.

## Prerequisites

Create a table with the required properties:
Expand Down
Loading