#support

Reducing Memory Consumption of Clickhouse DB

TLDR Mano inquired about decreasing Clickhouse DB's memory usage. Srikanth proposed reducing max_threads, but warned that it might slow down the queries.

Powered by Struct AI

1

Aug 28, 2023 (3 months ago)
Mano
Photo of md5-fe6e86aa52d9b55413605ec12aa89419
Mano
07:23 AM
#support, the clickhouse DB consumes more than 29 GB space for 7 days. is it any possible to reduce the memory consumption?

1

Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
01:04 PM
How much data does it need to process? You could lower the max_threads to reduce the memory but it slows down the queries.