druid/docs/configuration
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
..
human-readable-byte.md Adding k8s support for human readable parsing (#12316) 2022-03-16 11:18:47 +08:00
index.md Move MSQ temporary storage to a runtime parameter instead of being configured from query context (#14061) 2023-04-18 16:56:51 +05:30
logging.md update log4j example (#13095) 2022-09-22 09:46:49 +08:00