mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
I don't understand why backup log is not enabled by default
This commit is contained in:
parent
0f27275fce
commit
5d04858c07
@ -1217,14 +1217,13 @@
|
||||
</asynchronous_insert_log>
|
||||
|
||||
<!-- Backup/restore log.
|
||||
Uncomment to write backup/restore log records into a system table.
|
||||
-->
|
||||
<backup_log>
|
||||
<database>system</database>
|
||||
<table>backup_log</table>
|
||||
<partition_by>toYYYYMM(event_date)</partition_by>
|
||||
<flush_interval_milliseconds>0</flush_interval_milliseconds>
|
||||
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
|
||||
</backup_log>
|
||||
-->
|
||||
|
||||
<!-- <top_level_domains_path>/var/lib/clickhouse/top_level_domains/</top_level_domains_path> -->
|
||||
<!-- Custom TLD lists.
|
||||
|
Loading…
Reference in New Issue
Block a user