Skip to content

Commit

Permalink
Revert "Test: Remove obsolete settings (#156)"
Browse files Browse the repository at this point in the history
This reverts commit a110a37.
  • Loading branch information
pan3793 committed Aug 22, 2022
1 parent a4d1e81 commit 8f9c78e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<profiles>
<!-- Default settings. -->
<default>
<!-- Maximum memory usage for processing single query, in bytes. -->
<max_memory_usage>10000000000</max_memory_usage>

<!-- How to choose between replicas during distributed query processing.
random - choose random replica from set of replicas with minimum number of errors
nearest_hostname - from set of replicas with minimum number of errors, choose replica
Expand All @@ -26,6 +29,8 @@
first_or_random - if first replica one has higher number of errors, pick a random one from replicas with minimum number of errors.
-->
<load_balancing>random</load_balancing>
<!-- Enable Map support -->
<allow_experimental_map_type>1</allow_experimental_map_type>
</default>

<!-- Profile that allows only read queries. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<profiles>
<!-- Default settings. -->
<default>
<!-- Maximum memory usage for processing single query, in bytes. -->
<max_memory_usage>10000000000</max_memory_usage>

<!-- How to choose between replicas during distributed query processing.
random - choose random replica from set of replicas with minimum number of errors
nearest_hostname - from set of replicas with minimum number of errors, choose replica
Expand All @@ -26,6 +29,8 @@
first_or_random - if first replica one has higher number of errors, pick a random one from replicas with minimum number of errors.
-->
<load_balancing>random</load_balancing>
<!-- Enable Map support -->
<allow_experimental_map_type>1</allow_experimental_map_type>
</default>

<!-- Profile that allows only read queries. -->
Expand Down

0 comments on commit 8f9c78e

Please sign in to comment.