ClickHouse/tests/integration/test_quota/tracking.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
578 B
XML
Raw Normal View History

<clickhouse>
2019-11-16 13:54:41 +00:00
<quotas>
<myQuota>
<interval>
<!-- Length of interval = 1 year -->
<duration>31556952</duration>
<!-- No limits. Just calculate resource usage for time interval. -->
<queries>0</queries>
<query_selects>0</query_selects>
<query_inserts>0</query_inserts>
2019-11-16 13:54:41 +00:00
<errors>0</errors>
<read_rows>0</read_rows>
<result_rows>0</result_rows>
</interval>
</myQuota>
</quotas>
</clickhouse>