Home
last modified time | relevance | path

Searched refs:batch_per_txn (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Dwrite_batch_internal.h170 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,
Dwrite_batch.cc1276 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/
Ddb_impl_open.cc1370 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()
Ddb_impl.h130 const bool seq_per_batch = false, const bool batch_per_txn = true);
847 const bool seq_per_batch, const bool batch_per_txn);
Ddb_impl.cc148 const bool seq_per_batch, const bool batch_per_txn) in DBImpl() argument
165 batch_per_txn_(batch_per_txn), in DBImpl()