Xiang Li
|
558640d91e
|
backend: support shrink db
|
2016-03-02 14:35:28 -08:00 |
|
Anthony Romano
|
c5b51946eb
|
*: exported godoc fixups
|
2016-02-21 20:36:44 -08:00 |
|
Xiang Li
|
e1de19bf75
|
backend: make test more reliable
|
2016-01-13 22:00:25 -08:00 |
|
Xiang Li
|
5dd8af444a
|
backend: create bucket should increase pending
|
2016-01-06 20:25:50 -08:00 |
|
Xiang Li
|
8bc59b66d1
|
backend: do not commit unless there is a pending change
Reduce the nubmer of fsync etcd issues when the cluster is
idle.
|
2015-12-23 18:58:37 -08:00 |
|
Xiang Li
|
5efdd7bc6d
|
storage/backend: avoid creating new bolt.tx during a batchTx
|
2015-10-17 21:31:34 -07:00 |
|
Xiang Li
|
0aa2f1192a
|
storage: add metrics for db total size
|
2015-10-05 16:56:30 -07:00 |
|
Jonathan Boulle
|
7848ac3979
|
*: add missing license headers
|
2015-09-15 14:09:01 -07:00 |
|
Yicheng Qin
|
4b9b0cbcc1
|
storage: add newBackend and newBatchTx
This is for ease of testing.
|
2015-08-31 13:25:10 -07:00 |
|
Yicheng Qin
|
f04884f74d
|
storage/backend: fix off-by-one error for pending var
Or it may commit until batchLimit + 1.
|
2015-08-27 22:51:32 -07:00 |
|
Yicheng Qin
|
7ed929fb3d
|
storage/backend: fix limit doesn't effect in range
|
2015-08-27 22:51:32 -07:00 |
|
Xiang Li
|
e8f40b0412
|
storage/backend: add commitAndStop
After the upgrade of boltdb, db.Close waits for all txn to finish.
CommitAndStop commits the current txn and stop creating new ones.
|
2015-08-25 10:57:25 -07:00 |
|
Xiang Li
|
53a77fa519
|
*: tnx -> txn
|
2015-07-24 23:21:09 +08:00 |
|
Xiang Li
|
f47ed4a364
|
storage: initial compact
|
2015-06-05 09:22:44 -07:00 |
|
Xiang Li
|
fb12a4e412
|
storage: fix a deadlock in batch tx
|
2015-05-27 09:31:11 -07:00 |
|
Xiang Li
|
49da7b6556
|
storage: add boltdb as dependency
|
2015-05-27 09:24:49 -07:00 |
|
Xiang Li
|
e332e86b5d
|
storage: address barak's comments
|
2015-05-20 17:47:35 -07:00 |
|
Xiang Li
|
4b0d9f69c7
|
storage: add a simple backend and kv example
|
2015-05-14 20:43:32 -07:00 |
|