Skip to content

Commit

Permalink
What will happen if I remove this?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Aug 13, 2023
1 parent e11e7c6 commit e357702
Showing 1 changed file with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,6 @@
<opentelemetry_span_log remove="remove"/>
<session_log remove="remove"/>

<!-- performance tests do not use real block devices,
instead they store everything in memory.
And so, to avoid extra memory reference switch *_log to Memory engine.
-->
<query_log>
<engine>ENGINE = Memory</engine>
<partition_by remove="remove"/>
</query_log>
<query_thread_log>
<engine>ENGINE = Memory</engine>
<partition_by remove="remove"/>
</query_thread_log>
<trace_log>
<engine>ENGINE = Memory</engine>
<partition_by remove="remove"/>
</trace_log>
<metric_log>
<engine>ENGINE = Memory</engine>
<partition_by remove="remove"/>
</metric_log>
<asynchronous_metric_log>
<engine>ENGINE = Memory</engine>
<partition_by remove="remove"/>
</asynchronous_metric_log>

<uncompressed_cache_size>1000000000</uncompressed_cache_size>

<asynchronous_metrics_update_period_s>10</asynchronous_metrics_update_period_s>
Expand Down

0 comments on commit e357702

Please sign in to comment.