Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Q] Resizing compressed files? #561

Open
akamensky opened this issue Jul 21, 2023 · 1 comment
Open

[Q] Resizing compressed files? #561

akamensky opened this issue Jul 21, 2023 · 1 comment
Labels

Comments

@akamensky
Copy link

We are looking to enable compression in our metrics. I tested with a few of our whisper files and this provides very good size reduction for our setup (about 10x reduction).

However I am wondering -- after we compressed existing whisper files, will we be able to "resize" them (same as using whisper-resize.py). I have not found any tools to do that in either this repository or in go-graphite/go-whisper.

@deniszh
Copy link
Member

deniszh commented Jul 21, 2023

Hi @akamensky ,
Unfortunately, I see no resize command implemented in go-whisper, although it should be quite easy to implement (repeating logic from python code)
You can do that or try Online config/schema migration, although it's quite experimental and looks like have some rough edges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants