You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -.-
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
should we compress data?
The text was updated successfully, but these errors were encountered: