Merge remote-tracking branch 'origin' into http-interface-role-query-param

This commit is contained in:
slvrtrn 2024-04-15 22:29:24 +02:00
commit f4af7e14ec

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';