druid/docs
Adarsh Sanjeev a7d5c64aeb
Move MSQ temporary storage to a runtime parameter instead of being configured from query context (#14061)
* 
    Adds new run time parameter druid.indexer.task.tmpStorageBytesPerTask. This sets a limit for the amount of temporary storage disk space used by tasks. This limit is currently only respected by MSQ tasks.
*   Removes query context parameters intermediateSuperSorterStorageMaxLocalBytes and composedIntermediateSuperSorterStorageEnabled. Composed intermediate super sorter (which was enabled by composedIntermediateSuperSorterStorageEnabled) is now enabled automatically if durableShuffleStorage is set to true. intermediateSuperSorterStorageMaxLocalBytes is calculated from the limit set by the run time parameter druid.indexer.task.tmpStorageBytesPerTask.
2023-04-18 16:56:51 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Fix querying sql (#14026) 2023-04-06 14:50:06 -07:00
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Move MSQ temporary storage to a runtime parameter instead of being configured from query context (#14061) 2023-04-18 16:56:51 +05:30
data-management Create update.md (#13451) 2023-01-25 16:23:40 -08:00
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 Docs: updating Kafka input format docs (#14049) 2023-04-11 20:06:23 -07:00
ingestion Make the tasks run with only a single directory (#14063) 2023-04-13 00:45:02 -07:00
misc Various changes and fixes to UNNEST. (#13892) 2023-03-10 16:42:08 +05:30
multi-stage-query Move MSQ temporary storage to a runtime parameter instead of being configured from query context (#14061) 2023-04-18 16:56:51 +05:30
operations Add basic security functions to druidapi (follow up to #14009) (#14055) 2023-04-11 10:55:27 -07:00
querying document arrays in sql (#12549) 2023-04-17 19:08:46 -07:00
tutorials Remove unnecessary python topic. Style changes to quickstart. (#13647) 2023-04-07 09:55:52 -07:00