nkvdb icon indicating copy to clipboard operation
nkvdb copied to clipboard

Does mdb compress values?

Open rianhunter opened this issue 10 years ago • 1 comments

If I write a value of "x" at time "a," then I write the same value at time "b" sequentially afterwards, will this require more storage in mdb?

rianhunter avatar Sep 30 '15 20:09 rianhunter

No compression is not yet supported. if you have recorded two values at the same time, it will be kept both of them.

lysevi avatar Oct 01 '15 04:10 lysevi