Nikita Taranov 2024-04-15 10:46:00 +01:00 committed by GitHub
parent 5576cb7964
commit f71bbe728f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,6 @@
-- Tags: no-tsan, no-asan, no-ubsan, no-msan
-- no sanitizers: too slow sometimes
DROP TABLE IF EXISTS 02581_trips;
CREATE TABLE 02581_trips(id UInt32, id2 UInt32, description String) ENGINE=MergeTree ORDER BY id SETTINGS index_granularity = 8192, index_granularity_bytes = '10Mi';