mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Update 01781_token_extractor_buffer_overflow.sql
This commit is contained in:
parent
39c3efdb00
commit
952429b73e
@ -1,4 +1,4 @@
|
||||
SET max_block_size = 1, min_insert_block_size_rows = 0, min_insert_block_size_bytes = 0, max_threads = 20;
|
||||
SET max_block_size = 10, min_insert_block_size_rows = 0, min_insert_block_size_bytes = 0, max_threads = 20;
|
||||
|
||||
DROP TABLE IF EXISTS bloom_filter;
|
||||
CREATE TABLE bloom_filter (`id` UInt64, `s` String, INDEX tok_bf (s, lower(s)) TYPE tokenbf_v1(512, 3, 0) GRANULARITY 1) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user