ClickHouse/docs/en/engines/table-engines/mergetree-family
Robert Schulze fb76cb90b1
Allow un-quoted skip index parameters
Previously, only this syntax to create a skip index worked:

   INDEX index_name column_name TYPE vector_similarity('hnsw', 'L2Distance')

Now, this syntax will work as well:

  INDEX index_name column_name TYPE vector_similarity(hnsw, L2Distance)
2024-08-12 15:32:25 +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 Allow un-quoted skip index parameters 2024-08-12 15:32:25 +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
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