sstable
sstable copied to clipboard
sstable stores key-value pairs on disk
Results
2
sstable issues
Sort by
recently updated
recently updated
newest added
Currently there's no way to construct the Options struct because Compression and Cache are in private module. AFAICT there's no way to request SNAPPY compression. Additionally, it would be nice...
If I give the SSTable a byte slice to write into, how do I detect that I've fully filled the buffer & need to flush / instantiate a new one?