-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Memory problem with array after update from 18.10.3 to 18.12.13 #3589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Have same problem on my laptop
but its work because max_threads=2: And have same problem on 18.14.13 (last stable) |
when i set max_block_size = 100 its work on 18.12.13(18.14.13) but slowly MemoryTracker: Peak memory usage (for query): 537.18 MiB. |
I've run into the same problem with arrays after updating ClickHouse from 18.10.3 to the latest stable. Queries with arrays that used to be performing well now crash with Memory limit (for query) exceeded. The exception seems to be thrown early, at the very beginning of execution |
Confirmed |
Fixed in master. |
In stable release. |
After update from 18.10.3 to 18.12.13(18.14.13) i have problem with query.
in 18.10.3 its work fine.
in 18.12.13(18.14.13) error:
Code: 241, e.displayText() = DB::Exception: Memory limit (for query) exceeded: would use 12.38 GiB (attempt to allocate chunk of 4294967296 bytes), maximum: 9.31 GiB: (while reading column myarray): (while reading from part /var/lib/clickhouse/data/default/test2/all_1_38_2/ from mark 84 with max_rows_to_read = 8192)
in log 18.12.13(18.14.13):
in log 18.10.3:
in 18.10.3 MemoryTracker: Peak memory usage (total): 536.01 MiB.
Some information about my data:
All version of clickhouse deployed from https://packagecloud.io/Altinity/clickhouse
Add all logs
logs.zip
The text was updated successfully, but these errors were encountered: