This message was deleted.
# general
s
This message was deleted.
i
You can specify in console compaction config, Please check the below screenshot for reference.
v
okay thanks, what is max split size
i
MaxSplitSize:- this is related to the “split hint spec” used for parallel ingestion: https://druid.apache.org/docs/latest/ingestion/native-batch.html#size-based-split-hint-spec It imposes a limit on the maximum number of bytes that can be processed by a single parallel sub task. I think the case where you may want to adjust it from the default would be if you get OOMs with the 1GB default (lower the limit).
v
okay
I am facing issue in applying compaction on a table, i have posted the issue in general channel
shall i post it here if you can help.?
i
What are the changes you are making in the new spec?
v
defining max rows per segment, earlier i only mentioned the month granularity
but i need even more compact segments with 5million records in each as the size is very less
i
I will try on my cluster and let you know
v
okay, thanks