mirror of https://github.com/apache/druid.git
better configs for examples
This commit is contained in:
parent
c2ab37e0f5
commit
9a4814ffc6
|
@ -12,7 +12,9 @@ druid.s3.accessKey=AKIAIMKECRUYKDQGR6YQ
|
|||
|
||||
druid.server.maxSize=100000000
|
||||
|
||||
# Change these to make Druid faster
|
||||
druid.processing.buffer.sizeBytes=10000000
|
||||
druid.processing.numThreads=1
|
||||
|
||||
druid.segmentCache.infoPath=/tmp/druid/segmentInfoCache
|
||||
druid.segmentCache.locations=[{"path": "/tmp/druid/indexCache", "maxSize"\: 100000000}]
|
Loading…
Reference in New Issue