druid/docs/multi-stage-query
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
..
concepts.md Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00
examples.md Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00
index.md Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00
known-issues.md Rename the default setting of 'maxSubqueryBytes' from 'unlimited' to 'disabled' (#15108) 2023-10-10 02:03:29 +05:30
reference.md Limit pages size to a configurable limit (#14994) 2023-10-12 14:01:46 +05:30
security.md Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00