summaryrefslogtreecommitdiff
path: root/api/leveldb/rocks_wt.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle Deletes of nonexistent keys via the LevelDB API: that is OK. Also add...Michael Cahill2014-07-091-1/+8
* Fix Flush to construct a valid config string for compact.Michael Cahill2014-07-091-1/+1
* The RocksDB Flush operation should only apply to a single table. Fix it, and...Michael Cahill2014-07-091-2/+4
* Configuration tweaks for the MongoDB sysbench workload.Michael Cahill2014-07-041-1/+0
* Used cached cursors for LevelDB Iterators. This gives a ~10x performance imp...Michael Cahill2014-07-031-11/+10
* Check for errors when getting a cursor to avoid "maybe uninitialized" warning.Michael Cahill2014-07-031-0/+2
* Fix a bad cast, switch from reinterpret_cast to static_cast in an attempt to ...Michael Cahill2014-07-031-4/+4
* Eliminate warnings from LevelDB API with "g++ -Wall", debug a problem applyin...Michael Cahill2014-07-031-3/+14
* Finish implementation of enough of the RocksDB API to allow MongoDB to run.Michael Cahill2014-07-021-23/+100
* Simplify the context for operations in the LevelDB API: always open sessions ...Michael Cahill2014-07-011-29/+11
* Implement most of the RocksDB-specific methods.Michael Cahill2014-07-011-19/+127
* Add stubs for enough of the RocksDB API that MongoDB builds.Michael Cahill2014-06-271-0/+128