This message was deleted.
# general
s
This message was deleted.
s
You can set them in the query context as an override or in the common.runtime.properties configuration. From the docs:
Copy code
Both druid.query.scan.maxRowsQueuedForOrdering and druid.query.scan.maxSegmentPartitionsOrderedInMemory are configurable and can be tuned based on hardware specs and number of dimensions being queried. These config properties can also be overridden using the maxRowsQueuedForOrdering and maxSegmentPartitionsOrderedInMemory properties in the query context (see the Query Context Properties section).
🙏 1