This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git


The following commit(s) were added to refs/heads/master by this push:
     new c999732  Latest changes for 0.18.0
     new a947c87  Merge pull request #124 from jihoonson/0.18.0-docs-update2
c999732 is described below

commit c999732a2df73531a7b5aacd13403d9bc5f52c05
Author: Jihoon Son <[email protected]>
AuthorDate: Thu Apr 16 14:25:46 2020 -0700

    Latest changes for 0.18.0
---
 docs/0.18.0/querying/groupbyquery.html | 2 +-
 docs/latest/querying/groupbyquery.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/0.18.0/querying/groupbyquery.html 
b/docs/0.18.0/querying/groupbyquery.html
index acf7958..18d13f9 100644
--- a/docs/0.18.0/querying/groupbyquery.html
+++ b/docs/0.18.0/querying/groupbyquery.html
@@ -433,7 +433,7 @@ strategy perform the outer query on the Broker in a 
single-threaded fashion.</p>
 <tr><td><code>druid.query.groupBy.forceHashAggregation</code></td><td>Force to 
use hash-based aggregation.</td><td>false</td></tr>
 
<tr><td><code>druid.query.groupBy.intermediateCombineDegree</code></td><td>Number
 of intermediate nodes combined together in the combining tree. Higher degrees 
will need less threads which might be helpful to improve the query performance 
by reducing the overhead of too many threads if the server has sufficiently 
powerful cpu cores.</td><td>8</td></tr>
 
<tr><td><code>druid.query.groupBy.numParallelCombineThreads</code></td><td>Hint 
for the number of parallel combining threads. This should be larger than 1 to 
turn on the parallel combining feature. The actual number of threads used for 
parallel combining is 
min(<code>druid.query.groupBy.numParallelCombineThreads</code>, 
<code>druid.processing.numThreads</code>).</td><td>1 (disabled)</td></tr>
-<tr><td><code>druid.query.groupBy.applyLimitPushDownToSegment</code></td><td>If
 Broker pushes limit down to queryable nodes (historicals, peons) then limit 
results during segment scan.</td><td>true (enabled)</td></tr>
+<tr><td><code>druid.query.groupBy.applyLimitPushDownToSegment</code></td><td>If
 Broker pushes limit down to queryable data server (historicals, peons) then 
limit results during segment scan. If typically there are a large number of 
segments taking part in a query on a data server, this setting may 
counterintuitively reduce performance if enabled.</td><td>false 
(disabled)</td></tr>
 </tbody>
 </table>
 <p>Supported query contexts:</p>
diff --git a/docs/latest/querying/groupbyquery.html 
b/docs/latest/querying/groupbyquery.html
index 3739a74..957f6c7 100644
--- a/docs/latest/querying/groupbyquery.html
+++ b/docs/latest/querying/groupbyquery.html
@@ -433,7 +433,7 @@ strategy perform the outer query on the Broker in a 
single-threaded fashion.</p>
 <tr><td><code>druid.query.groupBy.forceHashAggregation</code></td><td>Force to 
use hash-based aggregation.</td><td>false</td></tr>
 
<tr><td><code>druid.query.groupBy.intermediateCombineDegree</code></td><td>Number
 of intermediate nodes combined together in the combining tree. Higher degrees 
will need less threads which might be helpful to improve the query performance 
by reducing the overhead of too many threads if the server has sufficiently 
powerful cpu cores.</td><td>8</td></tr>
 
<tr><td><code>druid.query.groupBy.numParallelCombineThreads</code></td><td>Hint 
for the number of parallel combining threads. This should be larger than 1 to 
turn on the parallel combining feature. The actual number of threads used for 
parallel combining is 
min(<code>druid.query.groupBy.numParallelCombineThreads</code>, 
<code>druid.processing.numThreads</code>).</td><td>1 (disabled)</td></tr>
-<tr><td><code>druid.query.groupBy.applyLimitPushDownToSegment</code></td><td>If
 Broker pushes limit down to queryable nodes (historicals, peons) then limit 
results during segment scan.</td><td>true (enabled)</td></tr>
+<tr><td><code>druid.query.groupBy.applyLimitPushDownToSegment</code></td><td>If
 Broker pushes limit down to queryable data server (historicals, peons) then 
limit results during segment scan. If typically there are a large number of 
segments taking part in a query on a data server, this setting may 
counterintuitively reduce performance if enabled.</td><td>false 
(disabled)</td></tr>
 </tbody>
 </table>
 <p>Supported query contexts:</p>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to