You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/11/07 22:44:57 UTC

[GitHub] [incubator-druid] gianm commented on issue #8842: HOw to set the druid replication to zero?

gianm commented on issue #8842: HOw to set the druid replication to zero?
URL: https://github.com/apache/incubator-druid/issues/8842#issuecomment-551301094
 
 
   Hi @abk-code,
   
   The lowest replication you can set is 1. Zero isn't allowed since it would mean no copies of data exist on the Druid servers, and Druid always queries data from local disk or local memory. (Even though there is a copy on S3, the querying always happens from local disk/memory.)
   
   The default compression settings generally compress the most aggressively. Usually people change away from the defaults if they want higher scan rates but a lower compression level.
   
   One really good way to reduce footprint is to consider the optimal partitioning and sorting of your data: https://druid.apache.org/docs/latest/ingestion/index.html#partitioning
   
   Rollup is also useful: https://druid.apache.org/docs/latest/ingestion/index.html#rollup

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org