mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
14 lines
568 B
XML
14 lines
568 B
XML
<yandex>
|
|
<!-- 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>
|
|
</yandex> |