druid/docs
Gian Merlino 182c4fad29
Kinesis: More robust default fetch settings. (#13539)
* Kinesis: More robust default fetch settings.

1) Default recordsPerFetch and recordBufferSize based on available memory
   rather than using hardcoded numbers. For this, we need an estimate
   of record size. Use 10 KB for regular records and 1 MB for aggregated
   records. With 1 GB heaps, 2 processors per task, and nonaggregated
   records, recordBufferSize comes out to the same as the old
   default (10000), and recordsPerFetch comes out slightly lower (1250
   instead of 4000).

2) Default maxRecordsPerPoll based on whether records are aggregated
   or not (100 if not aggregated, 1 if aggregated). Prior default was 100.

3) Default fetchThreads based on processors divided by task count on
   Indexers, rather than overall processor count.

4) Additionally clean up the serialized JSON a bit by adding various
   JsonInclude annotations.

* Updates for tests.

* Additional important verify.
2023-01-13 11:03:54 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Docs: Remove large data file (#13595) 2022-12-19 13:14:22 +05:30
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Add an option to enable HSTS in druid services (#13489) 2023-01-10 22:31:51 +05:30
data-management Skip ALL granularity compaction (#13304) 2022-11-07 17:55:03 +05:30
dependencies Zero-copy local deep storage. (#13394) 2022-12-12 17:28:24 -08:00
design Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
development Kinesis: More robust default fetch settings. (#13539) 2023-01-13 11:03:54 +05:30
ingestion Track input processedBytes with MSQ ingestion (#13559) 2022-12-16 02:20:01 +05:30
misc Docs: update description of query priority default value (#13191) 2022-10-14 14:28:04 -07:00
multi-stage-query Worker retry for MSQ task (#13353) 2023-01-11 07:38:29 +05:30
operations Docs: reword single server page (#13659) 2023-01-11 21:12:52 -08:00
querying fix broken table missing new line (#13666) 2023-01-12 15:29:51 -08:00
tutorials Docs: reword single server page (#13659) 2023-01-11 21:12:52 -08:00