druid/docs
Gian Merlino 2912a36a20
Use nonzero default value of maxQueuedBytes. (#12840)
* Use nonzero default value of maxQueuedBytes.

The purpose of this parameter is to prevent the Broker from running out
of memory. The prior default is unlimited; this patch changes it to a
relatively conservative 25MB.

This may be too low for larger clusters. The risk is that throughput
can decrease for queries with large resultsets or large amounts of intermediate
data. However, I think this is better than the risk of the prior default, which
is that these queries can cause the Broker to go OOM.

* Alter calculation.
2022-08-02 17:57:27 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets update figure and reference (#12813) 2022-07-22 15:54:25 -07:00
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Use nonzero default value of maxQueuedBytes. (#12840) 2022-08-02 17:57:27 -07:00
dependencies Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
design docs: remove maxRowsPerSegment where appropriate (#12071) 2022-07-28 16:52:13 +05:30
development fix: fix broken link to Class TTest (#12836) 2022-07-31 10:18:14 +08:00
ingestion docs: remove maxRowsPerSegment where appropriate (#12071) 2022-07-28 16:52:13 +05:30
misc Docs – expressions link back and timestamp hint (#11674) 2022-03-29 09:12:30 -07:00
operations * fix duplicate dimension (#12778) 2022-07-14 10:39:03 +05:30
querying Document missed simple granularities (#12768) 2022-07-14 14:02:28 +08:00
tutorials docs: remove maxRowsPerSegment where appropriate (#12071) 2022-07-28 16:52:13 +05:30