Add clickhouse configuration to disable logging tables.

These tables aren't appropriate for small-scale installations, especially for single home use.

See https://theorangeone.net/posts/calming-down-clickhouse/ and https://github.com/plausible/analytics/issues/301
This commit is contained in:
Jake Howard
2020-11-14 14:20:13 +00:00
parent 5b9e8c9e8d
commit 1c2004fce7
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<yandex>
<profiles>
<default>
<log_queries>0</log_queries>
<log_query_threads>0</log_query_threads>
</default>
</profiles>
</yandex>