gorilla-tsc icon indicating copy to clipboard operation
gorilla-tsc copied to clipboard

Support use of only timestamp or value compression

Open burmanm opened this issue 8 years ago • 1 comments

In some cases, the use of only timestamp or only the value compression is preferred. One of these cases could be the use of high precision in timestamps, where this compression method is not at its best.

Make nextTimestamp() and nextValue() public and allow the use of them directly.

burmanm avatar Aug 25 '16 08:08 burmanm

Using only ValueCompression is possible from commit 077ddc8fa5010fa1db4e4b0caa4c367bcfa94d47

burmanm avatar Sep 11 '17 13:09 burmanm