12 Commits

Author SHA1 Message Date
Sascha O. Bacher
c7d413c463
Fix Clickhouse max_server_memory_usage_to_ram_ratio setting (#4025)
Co-authored-by: Reinaldy Rafli <github@reinaldyrafli.com>
2025-11-11 07:04:18 +07:00
Stephano Vogel
2b0757c0d2
Increase default max_suspicious_broken_parts to 100 (#4011)
Increase max_suspicious_broken_parts to 100

Increased the max_suspicious_broken_parts setting to adapt to more modern setups
2025-11-11 07:03:52 +07:00
Reinaldy Rafli
ce45294491
chore(deps): bump clickhouse to 25.3 (#3878)
* chore(deps): bump clickhouse to 25.3

* fix: wrong volume path for clickhouse default password:
2025-09-12 07:39:27 +07:00
Nikhar Saxena
036f6d49e9
fix(clickhouse): Allow nullable key (#3354) 2024-09-30 12:00:32 -07:00
Hubert Deng
6917e398bb
chore: Add comment explaining the one liner in clickhouse config (#3085)
add comment explaining the one liner in clickhouse config
2024-05-28 13:47:01 -07:00
Hubert Deng
67382fd2ab
Upgrade clickhouse to 23.8 (#3009)
* upgrade clickhouse
2024-05-06 09:22:03 -07:00
Victor
cb7cc84190
feat(clickhouse): Added max_suspicious_broken_parts to the config.xml (#2853)
* feat(clickhouse): Added max_suspicious_broken_parts to the config.xml

* refactor(clickhouse): Set default max_suspicious_bronken_parts and Issue reference

---------

Co-authored-by: Hubert Deng <hubert.deng@sentry.io>
2024-03-21 13:35:07 -07:00
Hubert Deng
e639b56da3
Reduce logs coming from clickhouse (#2382)
reduce logs coming form clickhouse
2023-09-06 20:05:54 +00:00
Chad Whitacre
ddbf7cd2d0
Add ARM support (#1538)
Co-authored-by: Ethan Smith <ethan.smith@sentry.io>
2022-07-08 19:03:52 -07:00
Max Wittig
504550d967
fix(clickhouse): set enable_mixed_granularity_parts to enabled (#758)
I've noticed clickhouse complaining about this missing setting, which stopped clickhouse from starting up with version 20.3.9.70

Related to #726
2020-12-02 00:25:47 +03:00
Sullivan SENECHAL
245ae95a6a
fix(clickhouse): default logger level set to information (#733)
Co-authored-by: Burak Yigit Kaya <ben@byk.im>
2020-11-11 16:14:28 +03:00
Burak Yigit Kaya
d83432996d
feat(clickhouse): Reduce max memory usage to 30% of RAM (#662)
Closes #616, supersedes #651

Adds an option to reduce max memory usage of Clickhouse server. Sets it to 30% of all available RAM as the default.

Co-authored-by: Renaud Chaput <renchap@gmail.com>
2020-09-08 21:06:09 +03:00