Update test

This commit is contained in:
kssenii 2022-04-29 01:17:11 +02:00
parent 84490d5198
commit c31aae0ef4

View File

@ -1,3 +1,5 @@
-- Tags: no-random-settings
SELECT sum(cityHash64(*)) FROM test.hits SETTINGS max_threads=40;
-- We had a bug which lead to additional compressed data read. test.hits compressed size is about 1.2Gb, but we read more then 3Gb.