]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
WritePrepared Txn: add stats
authorMaysam Yabandeh <myabandeh@fb.com>
Sun, 8 Apr 2018 04:55:42 +0000 (21:55 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 8 Apr 2018 04:56:42 +0000 (21:56 -0700)
commitbde1c1a72afe365240004d5b75d61004618110bb
tree306edc38c96cd883981a7a27f110c0fb0492e028
parenteb5a295440837c671a619675dde444a446259ee6
WritePrepared Txn: add stats

Summary:
Adding some stats that would be helpful to monitor if the DB has gone to unlikely stats that would hurt the performance. These are mostly when we end up needing to acquire a mutex.
Closes https://github.com/facebook/rocksdb/pull/3683

Differential Revision: D7529393

Pulled By: maysamyabandeh

fbshipit-source-id: f7d36279a8f39bd84d8ddbf64b5c97f670c5d6d9
db/db_impl.h
db/memtable.cc
include/rocksdb/statistics.h
include/rocksdb/utilities/transaction_db.h
utilities/transactions/write_prepared_txn_db.cc
utilities/transactions/write_prepared_txn_db.h