forked from github.com/plausible-hosting
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:
8
clickhouse/clickhouse-user-config.xml
Normal file
8
clickhouse/clickhouse-user-config.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<yandex>
|
||||
<profiles>
|
||||
<default>
|
||||
<log_queries>0</log_queries>
|
||||
<log_query_threads>0</log_query_threads>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
Reference in New Issue
Block a user