druid/docs
Karan Kumar 61ea9e07c5
Limit pages size to a configurable limit (#14994)
Adding the ability to limit the pages sizes of select queries.

    We piggyback on the same machinery that is used to control the numRowsPerSegment.
    This patch introduces a new context parameter rowsPerPage for which the default value is set to 100000 rows.
    This patch also optimizes adding the last selectResults stage only when the previous stages have sorted outputs. Currently for each select query with selectDestination=durableStorage, we used to add this extra selectResults stage.
2023-10-12 14:01:46 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
api-reference docs: remove experimental note from query from deep storage docs (#15132) 2023-10-12 11:51:02 +05:30
assets docs: query from deep storage (#14609) 2023-08-04 11:10:08 +05:30
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration sql compatible three-valued logic native filters (#15058) 2023-10-12 00:06:23 -07:00
data-management docs: update note in automatic compaction doc (#14908) 2023-08-25 14:14:29 -07:00
design Adding `"segment/scan/active" metric for processing thread pool. (#15060) 2023-09-29 12:34:28 -07:00
development Fix the build for #15013.: Lookup jitter upstream build fix (#15103) 2023-10-09 09:35:39 +05:30
ingestion Add docs for ingesting Kafka topic name (#14894) 2023-08-24 19:19:59 +05:30
misc Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
multi-stage-query Limit pages size to a configurable limit (#14994) 2023-10-12 14:01:46 +05:30
operations Add metric -- count of queries waiting for merge buffers (#15025) 2023-10-09 12:56:23 +05:30
querying sql compatible three-valued logic native filters (#15058) 2023-10-12 00:06:23 -07:00
tutorials docs: remove experimental note from query from deep storage docs (#15132) 2023-10-12 11:51:02 +05:30