mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
14 lines
576 B
XML
14 lines
576 B
XML
<clickhouse>
|
|
<!-- Query log. Used only for queries with setting log_queries = 1. -->
|
|
<query_log>
|
|
<!-- What table to insert data. If table is not exist, it will be created.
|
|
When query log structure is changed after system update,
|
|
then old table will be renamed and new table will be created automatically.
|
|
-->
|
|
<database>system</database>
|
|
<table>query_log</table>
|
|
|
|
<!-- Interval of flushing data. -->
|
|
<flush_interval_milliseconds>1000</flush_interval_milliseconds>
|
|
</query_log>
|
|
</clickhouse> |