Remove redundancy

This commit is contained in:
Robert Schulze 2023-01-19 18:33:11 +00:00
parent d8144ffafc
commit 099f50c0e3
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -490,9 +490,6 @@ For example:
:::
## Approximate Nearest Neighbor Search Indexes [experimental] {#table_engines-ANNIndex}
In addition to skip indices, there are also [Approximate Nearest Neighbor Search Indexes](/docs/en/engines/table-engines/mergetree-family/annindexes.md).
## Projections {#projections}
Projections are like [materialized views](/docs/en/sql-reference/statements/create/view.md/#materialized) but defined in part-level. It provides consistency guarantees along with automatic usage in queries.