ClickHouse/docs/en/engines/table-engines
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
..
integrations Merge pull request #67940 from ClickHouse/prometheus-documentation 2024-08-09 01:03:26 +00:00
log-family Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
mergetree-family Allow un-quoted skip index parameters 2024-08-12 15:32:25 +00:00
special Update keepermap.md 2024-07-25 14:24:28 -07:00
index.md Add documentation. 2024-08-06 20:15:51 +02:00