ClickHouse/docs/en/engines/table-engines/mergetree-family
Robert Schulze 218421c255
Remove Annoy indexes
Annoy indexes fell out of favor in the community, at least when it comes
to vector databases. Such indexes work okay-ish low dimensions but they
suffers badly from a curse of dimensionality which makes them inapt for
a high number of dimensions.

Now that Annoy is gone, issue (*) also disappears and we can drop
'no-ubsan', 'no-cpu-aarch64', and 'no-asan' from tests.

(*) spotify/annoy#456
2024-08-12 15:24:49 +00:00
..
aggregatingmergetree.md AggregatingMergeTree: Split table creation and MV definition + add more to example 2024-03-22 16:26:43 +00:00
annindexes.md Remove Annoy indexes 2024-08-12 15:24:49 +00:00
collapsingmergetree.md [Docs] fix some typos and missing commas 2024-02-13 02:10:41 +01:00
custom-partitioning-key.md Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
graphitemergetree.md Fix some grammar mistakes in documentation, code and tests 2023-05-04 13:35:18 -03:00
index.md add slugs 2022-08-28 10:53:34 -04:00
invertedindexes.md Be more graceful to existing inverted indexes 2024-05-31 15:50:16 +00:00
mergetree.md Cosmetics II 2024-08-06 12:36:09 +00:00
replacingmergetree.md Rollback doc example 2024-05-17 18:03:51 +02:00
replication.md [Docs] Use ReplicatedMergeTree not ReplicatedReplacingMergeTree for data replication examples 2024-05-09 15:33:40 -07:00
summingmergetree.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
versionedcollapsingmergetree.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00