rocksdb/include
2012-08-03 15:23:53 -07:00
..
leveldb Introduce a new option disableDataSync for opening the database. If this is set to true, then the data written to newly created data files are not sycned to disk, instead depend on the OS to flush dirty data to stable storage. This option is good for bulk 2012-08-03 15:23:53 -07:00