Skip to content

Conversation

@at15
Copy link
Member

@at15 at15 commented Feb 5, 2020

Fix #21

  • read the paper
  • survey other databases
  • time compression, double delta
  • value compression
  • test compression ratio (might put it to xephon-b)

- implemented (or copied) the double delta for time
@at15 at15 added this to the 0.0.2 milestone Feb 5, 2020
@at15 at15 self-assigned this Feb 5, 2020
at15 added 8 commits February 4, 2020 20:14
- can't follow bstream in go-tsz, it modfies bit when read
- Actually I feel it's easier to read ... not sure why go-tsz did it
that way ...
- when read dod out, first need to convert it from uint64 to int64, it
seems it works for writing negative value directly but didn't work when
writing the example figure 2
- after moving the buffer, the remaining bytes is 8 instead of 0 ...
- [log] Add survey on primitive types, covered endianess
- when converting from uint to int, the underlying bits are not changed
- signed integer is using two's complement, the actual value is the sum
of 2^(64-1) + rest 63 bits, the MSB is not only a sign i.e. not sign
magnitude
@at15 at15 changed the title [WIP][compression][gorilla] Add survey and implementation for facebook gorilla [Partial][compression][gorilla] Add survey and implementation for facebook gorilla May 13, 2020
@at15 at15 merged commit 2b4493f into master May 13, 2020
@at15 at15 deleted the compression/gorilla/survey branch May 13, 2020 10:36
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

Successfully merging this pull request may close these issues.

[compression][survey] Survey and write about facebook gorilla compression

2 participants