Terkwood / AugustDB

Key/value store backed by LSM Tree architecture.
MIT License
8 stars 1 forks source link

feat!: binary SSTable format #68

Closed Terkwood closed 3 years ago

Terkwood commented 3 years ago

Resolves #51. Resolves #60.

Tasks

Terkwood commented 3 years ago

https://github.com/Terkwood/AugustDB/blob/7416a33c27b9f699cdeffc81d3e54d2c72b47595/lib/august_db/compaction.ex#L90

Terkwood commented 3 years ago

https://erlang.org/doc/man/file.html#read-2

Terkwood commented 3 years ago

https://blog.tentamen.eu/how-to-pattern-match-bitstrings-and-binaries-in-elixir/

Terkwood commented 3 years ago

binary-sst