Skip to content

Commit

Permalink
Allow replicated database engine usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Sep 22, 2023
1 parent 9fa65bf commit 0a89179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clickhouse-server/users.d/9999-profile-config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<clickhouse>
<profiles>
<default>
<!-- Allow replicated database engine, for automatic on-cluster on queries -->
<allow_experimental_database_replicated>true</allow_experimental_database_replicated>
<!-- Disable query thread-specific logging (wtf) -->
<log_query_threads>0</log_query_threads>
</default>
Expand Down

0 comments on commit 0a89179

Please sign in to comment.