bitcask-mirror/internal
James Mills 51bac21c0a
Improves Merge() operation by also pruning old key/value pairs (#29)
* Added new API Stats() and Prune()

* Improved Merge() logic to also prune old key/values and actually reclaim disk space

* Added backward compat for the old Merge() function

* Refactor indexing of keys to items (hints)

* Remove redundant TestOpenMerge

* Add unit test for Stats()

* Improve TestMerge()
2019-07-27 07:52:25 +10:00
..
proto Update generated protobuf code 2019-07-19 20:49:49 +10:00
streampb Increased read performance by ~3-4x by removing another unnecessary I/O operation (Seek) 2019-03-23 12:14:15 +10:00
datafile.go Fix issue(db file Merge issue in windows env): (#15) 2019-07-23 13:27:14 +10:00
entry.go Unexport some internal implemtnation details 2019-03-18 17:31:31 +10:00
keydir.go Improves Merge() operation by also pruning old key/value pairs (#29) 2019-07-27 07:52:25 +10:00
utils.go Improves Merge() operation by also pruning old key/value pairs (#29) 2019-07-27 07:52:25 +10:00
version_test.go Unexport some internal implemtnation details 2019-03-18 17:31:31 +10:00
version.go Unexport some internal implemtnation details 2019-03-18 17:31:31 +10:00