Revision 26b361ac40191ee62d56f24d420330f3355050f0 authored by Wilson Wang on 26 April 2021, 01:06:40 UTC, committed by Marek Siarkowicz on 05 July 2023, 11:35:50 UTC
Changes:
* server: applier uses ReadTx instead of ConcurrentTx
* update variable declaration location
* server: add experimental flag for using shared buffer in transacton write

Change-Id: I3fbabb3d0647addd50bf1d0ee26dcf9b3e141b94
(cherry picked from commit 6f9d8b5387a973095150fcb026eb4c8fc4a37f62)
1 parent a985659
History
File Mode Size
backend
mvccpb
doc.go -rw-r--r-- 659 bytes
index.go -rw-r--r-- 6.5 KB
index_bench_test.go -rw-r--r-- 1.4 KB
index_test.go -rw-r--r-- 10.3 KB
key_index.go -rw-r--r-- 10.4 KB
key_index_test.go -rw-r--r-- 17.6 KB
kv.go -rw-r--r-- 5.3 KB
kv_test.go -rw-r--r-- 21.8 KB
kv_view.go -rw-r--r-- 1.5 KB
kvstore.go -rw-r--r-- 16.1 KB
kvstore_bench_test.go -rw-r--r-- 4.6 KB
kvstore_compaction.go -rw-r--r-- 2.3 KB
kvstore_compaction_test.go -rw-r--r-- 3.2 KB
kvstore_test.go -rw-r--r-- 27.6 KB
kvstore_txn.go -rw-r--r-- 8.9 KB
metrics.go -rw-r--r-- 10.6 KB
metrics_txn.go -rw-r--r-- 2.0 KB
revision.go -rw-r--r-- 2.1 KB
revision_test.go -rw-r--r-- 1.5 KB
util.go -rw-r--r-- 1.4 KB
watchable_store.go -rw-r--r-- 14.3 KB
watchable_store_bench_test.go -rw-r--r-- 5.9 KB
watchable_store_test.go -rw-r--r-- 16.8 KB
watchable_store_txn.go -rw-r--r-- 1.5 KB
watcher.go -rw-r--r-- 5.8 KB
watcher_bench_test.go -rw-r--r-- 1.1 KB
watcher_group.go -rw-r--r-- 6.8 KB
watcher_test.go -rw-r--r-- 11.5 KB

back to top