Skip to content

Instantly share code, notes, and snippets.

@ChenShuai1981
Created June 5, 2018 01:59
Show Gist options
  • Save ChenShuai1981/ee9d40fbaae00f5f2cfb87eccecd1342 to your computer and use it in GitHub Desktop.
Save ChenShuai1981/ee9d40fbaae00f5f2cfb87eccecd1342 to your computer and use it in GitHub Desktop.
druid.service=druid/broker
druid.port=18082
# HTTP server threads
druid.broker.http.numConnections=5
druid.server.http.numThreads=12
# Processing threads and buffers
druid.processing.buffer.sizeBytes=50000000
druid.processing.numMergeBuffers=2
druid.processing.numThreads=1
druid.processing.tmpDir=var/druid/processing
# Query cache disabled -- push down caching and merging instead
druid.broker.cache.useCache=false
druid.broker.cache.populateCache=false
# SQL
druid.sql.enable=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment