mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix test results (no analyzer support yet ...)
This commit is contained in:
parent
d7211f9d12
commit
7c41939921
@ -8,6 +8,8 @@
|
||||
SET allow_experimental_annoy_index = 1;
|
||||
SET allow_experimental_usearch_index = 1;
|
||||
|
||||
SET enable_analyzer = 0;
|
||||
|
||||
SELECT 'ARRAY, 10 rows, index_granularity = 8192, GRANULARITY = 1 million --> 1 granule, 1 indexed block';
|
||||
|
||||
DROP TABLE IF EXISTS tab_annoy;
|
||||
|
Loading…
Reference in New Issue
Block a user