Searched refs:batch_per_txn (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/db/ |
| D | write_batch_internal.h | 170 bool seq_per_batch = false, bool batch_per_txn = true); 181 bool seq_per_batch = false, bool batch_per_txn = true); 191 bool batch_per_txn = true,
|
| D | write_batch.cc | 1276 bool batch_per_txn = true, bool hint_per_batch = false) in MemTableInserter() argument 1297 write_before_prepare_(!batch_per_txn), in MemTableInserter() 1972 bool concurrent_memtable_writes, bool seq_per_batch, bool batch_per_txn) { in InsertInto() argument 1977 batch_per_txn); in InsertInto() 2006 bool batch_per_txn, bool hint_per_batch) { in InsertInto() argument 2015 batch_per_txn, hint_per_batch); in InsertInto() 2033 bool* has_valid_writes, bool seq_per_batch, bool batch_per_txn) { in InsertInto() argument 2038 seq_per_batch, batch_per_txn); in InsertInto()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_open.cc | 1370 const bool seq_per_batch, const bool batch_per_txn) { in Open() argument 1390 DBImpl* impl = new DBImpl(db_options, dbname, seq_per_batch, batch_per_txn); in Open()
|
| D | db_impl.h | 130 const bool seq_per_batch = false, const bool batch_per_txn = true); 847 const bool seq_per_batch, const bool batch_per_txn);
|
| D | db_impl.cc | 148 const bool seq_per_batch, const bool batch_per_txn) in DBImpl() argument 165 batch_per_txn_(batch_per_txn), in DBImpl()
|