2013-10-02 17:22:39 -04:00
|
|
|
druid.host=localhost
|
|
|
|
druid.port=8080
|
2014-11-24 17:54:11 -05:00
|
|
|
druid.service=broker
|
|
|
|
|
2014-12-09 17:30:54 -05:00
|
|
|
# We use a simple 10mb heap-based local cache
|
|
|
|
druid.cache.type=local
|
|
|
|
druid.cache.sizeInBytes=10000000
|
2014-11-24 17:54:11 -05:00
|
|
|
druid.broker.cache.useCache=true
|
|
|
|
druid.broker.cache.populateCache=true
|
2013-07-01 19:15:05 -04:00
|
|
|
|
2014-08-08 15:44:29 -04:00
|
|
|
# Bump these up only for faster nested groupBy
|
2014-03-14 13:56:27 -04:00
|
|
|
druid.processing.buffer.sizeBytes=100000000
|
|
|
|
druid.processing.numThreads=1
|