go-graphite / buckytools

Go implementation of useful tools for dealing with Graphite's Whisper DBs and Carbon hashing
Other
19 stars 8 forks source link

compressed flag is required at buckyd invocation #22

Closed azhiltsov closed 4 years ago

azhiltsov commented 4 years ago

Currently bucky supports compressed whisper but by default it creates an uncompressed file if it backfilling from uncompressed whisper, this might inflate a disk space usage during backfilling from another (uncompressed) clusters which is unexpected. In order to make bucky behavior inline with go-carbon I suggest to introduce a bool '-compressed' flag for buckyd with default to 'false'. This flag should guide buckyd how to handle any situation when a new whisper file need to be created It should not affect how it handles existing files.

azhiltsov commented 4 years ago

Closed by #23