Jason Wilder
4a03469662
Integrate TSM compaction into dev engine
2015-12-02 09:45:23 -07:00
Jason Wilder
9c2be12b65
Add FileStore.Remove func
...
Allows a TSMFile to be removed from the active set of files managed
by the FileStore.
2015-11-16 09:16:10 -07:00
Jason Wilder
ef18f8afb2
Handle TSM key deletions
...
This writes a tombstone file containing a line per deleted key. This
file is read when a TSMReader is created and any keys listed in the file
are removed from the index.
2015-11-16 08:44:52 -07:00
Jason Wilder
0ab423c7ff
Initial FileStore implementation
...
Provides functionality to load a directory of TSM files (or add them manually)
as well as reading blocks of values for individual key and times.
2015-11-16 08:44:52 -07:00