Update 01651_lc_insert_tiny_log.sql

This commit is contained in:
Alexey Milovidov 2024-07-27 04:26:46 +02:00 committed by GitHub
parent 16e84d1e36
commit 59ce7ec1c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
set allow_suspicious_low_cardinality_types = 1, max_rows_to_read = '21M';
set allow_suspicious_low_cardinality_types = 1, max_rows_to_read = '31M';
drop table if exists perf_lc_num;
CREATE TABLE perf_lc_num( num UInt8, arr Array(LowCardinality(Int64)) default [num] ) ENGINE = TinyLog;