etcd/mvcc/backend
Anthony Romano 8b872196d0 backend: cache buckets in read tx
Saves an alloc and about 10% of Range() time.
2017-08-21 02:16:55 -07:00
..
backend.go backend: cache buckets in read tx 2017-08-21 02:16:55 -07:00
backend_bench_test.go *: base initial mmap size on quota size 2017-03-17 15:38:49 -07:00
backend_test.go mvcc/backend: add TestBackendWritebackForEach to backend_test.go 2017-07-28 09:39:48 -07:00
batch_tx.go backend: cache buckets in read tx 2017-08-21 02:16:55 -07:00
batch_tx_test.go *: replace 'boltdb' import paths with 'coreos/bbolt' 2017-07-05 14:32:13 -07:00
config_default.go *: replace 'boltdb' import paths with 'coreos/bbolt' 2017-07-05 14:32:13 -07:00
config_linux.go mvcc/backend: enable 'NoFreelistSync' by default (linux) 2017-07-05 16:10:04 -07:00
config_windows.go *: replace 'boltdb' import paths with 'coreos/bbolt' 2017-07-05 14:32:13 -07:00
doc.go mvcc: update LICENSE header 2016-05-12 20:50:33 -07:00
metrics.go backend: add prometheus metric for large snapshot duration. 2017-05-05 17:27:33 -07:00
read_tx.go backend: cache buckets in read tx 2017-08-21 02:16:55 -07:00
tx_buffer.go backend: readtx 2017-03-08 20:52:59 -08:00