mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Get rid of dynamic allocation in ParsedJson::Iterator.
This commit is contained in:
parent
75aa1d7858
commit
69ed5279b5
2
contrib/simdjson
vendored
2
contrib/simdjson
vendored
@ -1 +1 @@
|
||||
Subproject commit 9dfab9d9a4c111690a101ea0a7506a2b2f3fa414
|
||||
Subproject commit e9be643db5cf1c29a69bc80ee72d220124a9c50e
|
@ -1 +1 @@
|
||||
SELECT DISTINCT JSONExtractRaw(concat('{"x":', rand() % 2 ? 'true' : 'false', '}'), 'x') AS res FROM numbers(100000) ORDER BY res;
|
||||
SELECT DISTINCT JSONExtractRaw(concat('{"x":', rand() % 2 ? 'true' : 'false', '}'), 'x') AS res FROM numbers(1000000) ORDER BY res;
|
||||
|
Loading…
Reference in New Issue
Block a user