ClickHouse/docs/en/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
..
database-engines Add allow without connection setting to MaterializedMySQLSettings 2024-05-07 02:06:13 +03:00
table-engines Allow un-quoted skip index parameters 2024-08-12 15:32:25 +00:00
_category_.yml New nav - reverting the revert 2023-03-17 21:45:43 -05:00