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

compresion #2

Open
Licenser opened this issue Jun 5, 2017 · 2 comments
Open

compresion #2

Licenser opened this issue Jun 5, 2017 · 2 comments

Comments

@Licenser
Copy link
Contributor

Licenser commented Jun 5, 2017

should we compress data?

@Licenser
Copy link
Contributor Author

Licenser commented Jun 9, 2017

https://github.com/cruppstahl/libvbyte to investigate.

problem is for once w/o sorted it works only partially well. then the prefixing dalmatiner does will kind of throw it off, so we need to know if a metric is a float or an int and can't mix data in it -.-

@Licenser
Copy link
Contributor Author

possible to combine that with delta compression to even out the large issue that compression when data works best while small and the tag there is problematc

basically: compressed[n] = compress(v[n] - v[n-1]) that way we can easiely add data (by keeping a last known) and stream it by dynamically uncompressing it

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

No branches or pull requests

1 participant