Gyu-Ho Lee
|
9154b31bf3
|
mvcc: move 'keyi' define before holding locks
To make it consistent with other code paths.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-10-05 10:06:28 -07:00 |
|
Anthony Romano
|
4fa1dd196c
|
*: make receiver names consistent
|
2017-09-12 03:54:04 -07:00 |
|
Anthony Romano
|
9d79d5fe65
|
mvcc: don't allocate keys when computing Revisions
|
2017-08-31 13:23:23 -07:00 |
|
Anthony Romano
|
f58c0cfb66
|
mvcc: Revisions() method for index to avoid key allocation
Save another alloc on the one key path.
|
2017-08-21 11:30:02 -07:00 |
|
fanmin shi
|
7b8fb3cf0a
|
mvcc: add and implement Keep api to index
Keep finds all revisions to be kept for a Compaction at the given rev.
|
2017-07-31 14:04:03 -07:00 |
|
Anthony Romano
|
51a568aa81
|
mvcc: restore into tree index with one key index
Clobbering the mvcc kvindex with new keyIndexes for each restore
chunk would cause index corruption by dropping historical information.
|
2017-06-19 12:04:01 -07:00 |
|
sharat
|
43078d3ced
|
mvcc: remove unused restore method
|
2016-11-18 23:04:39 +05:30 |
|
sharat
|
95fb41a923
|
mvcc: store.restore taking too long triggering snapshot cycle fix
|
2016-11-16 16:31:20 +05:30 |
|
Gyu-Ho Lee
|
bf8cf39daf
|
mvcc: use capnslog
|
2016-05-20 22:31:22 -07:00 |
|
Gyu-Ho Lee
|
9d9f02c1ee
|
mvcc: update LICENSE header
|
2016-05-12 20:50:33 -07:00 |
|
Anthony Romano
|
b7ac758969
|
*: rename storage package to mvcc
|
2016-04-25 15:25:51 -07:00 |
|