This message was deleted.
# general
s
This message was deleted.
k
Try setting: maxNumConcurrentSubTasks I am assuming you have not touched the split hint spec https://druid.apache.org/docs/latest/ingestion/native-batch#split-hint-spec
g
the subtasks are spawned after the segments are pulled, I'm talking about what happens just before, when segment data is downloaded from object storage
k
Are you doing auto compaction ?
g
yes indeed
k
If yes then if you provide the schema then the first stage will not download the segments
g
hmm so you mean that it's downloading all the data to auto discover the structure of the data over the interval ?
k
Yes
g
That's a valid option, if we don't forget to update it when necessary 🙂 And otherwise no way to have this download happen in a parallel way ?
k
This is due for a revamp. Active work is being done here revamping the segment metadata so that it resides in the coordinator which launches the auto compaction. So may be we are able to finish that work by druid 29
g
ok sounds good enough
Thanks a lot for the advice
🙌 1