Home
last modified time | relevance | path

Searched refs:save (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/db/
Dwrite_batch.cc784 return save.commit(); in Put()
837 return save.commit(); in Put()
915 return save.commit(); in Delete()
937 return save.commit(); in Delete()
961 return save.commit(); in SingleDelete()
985 return save.commit(); in SingleDelete()
1010 return save.commit(); in DeleteRange()
1035 return save.commit(); in DeleteRange()
1067 return save.commit(); in Merge()
1097 return save.commit(); in Merge()
[all …]
Dcolumn_family_test.cc322 void PutRandomData(int cf, int num, int key_value_size, bool save = false) { in PutRandomData() argument
328 if (!save) { in PutRandomData()
/rocksdb-6.9/docs/_posts/
D2017-06-29-rocksdb-5-5-1-released.markdown12 * Introduce WriteBatch::PopSavePoint to pop the most recent save point explicitly.
D2018-11-21-delete-range.markdown284 …be stored in a fragmented form. This would save time when opening SST files, and when `max_open_fi…
/rocksdb-6.9/
DCMakeCache.txt6 # If you do want to change a value, simply edit, save, and exit the editor.
DHISTORY.md197 … log. This is mostly useful for reading a remotely located log, as it can save the number of round…
438 * Write properties meta-block at the end of block-based table to save read-ahead IO.
637 * Introduce WriteBatch::PopSavePoint to pop the most recent save point explicitly.