This message was deleted.
# general
s
This message was deleted.
a
You can try setting
druid.segmentCache.lazyLoadOnStart
to
true
. That will reduce the startup time a bit.
a
You could also set
druid.segmentCache.numBootstrapThreads
a bit higher instead. I have found setting it to the number of CPUs (including hyper threading) to be a pretty good value.
j
@Abhishek Agarwal @Adam Peck thank you. It's definitely faster now 😀