]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
[RocksDB] Option for incremental sync
authorHaobo Xu <haobo@fb.com>
Fri, 14 Jun 2013 05:49:46 +0000 (22:49 -0700)
committerHaobo Xu <haobo@fb.com>
Tue, 18 Jun 2013 22:00:32 +0000 (15:00 -0700)
commit3cc1af20623baeea7aa9d3845ce4c7a54592b531
tree04c556db7a8c477084e23fe3d03eda1bf47d8853
parent79f4fd2b62e346482db45f43417e4bc9b9aa1200
[RocksDB] Option for incremental sync

Summary: This diff added an option to control the incremenal sync frequency. db_bench has a new flag bytes_per_sync for easy tuning exercise.

Test Plan: make check; db_bench

Reviewers: dhruba

CC: leveldb
Differential Revision: https://reviews.facebook.net/D11295
db/db_bench.cc
include/leveldb/env.h
include/leveldb/options.h
util/env.cc
util/env_posix.cc
util/options.cc