rocksdb/tools
Igor Canadi 457c78eb89 [CF] db_stress for column families
Summary:
I had this diff for a while to test column families implementation. Last night, I ran it sucessfully for 10 hours with the command:

   time ./db_stress --threads=30 --ops_per_thread=200000000 --max_key=5000 --column_families=20 --clear_column_family_one_in=3000000 --verify_before_write=1  --reopen=50 --max_background_compactions=10 --max_background_flushes=10 --db=/tmp/db_stress

It is ready to be committed :)

Test Plan: Ran it for 10 hours

Reviewers: dhruba, haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D16797
2014-03-11 12:06:12 -07:00
..
shell Fixed typos 2013-11-16 11:21:34 +00:00
blob_store_bench.cc Fix make release 2013-10-31 11:47:22 -07:00
db_crashtest.py Reopen DB in crash test 2014-03-03 17:10:30 -08:00
db_crashtest2.py Reopen DB in crash test 2014-03-03 17:10:30 -08:00
db_repl_stress.cc Fix some 32-bit compile errors 2014-02-03 13:48:30 -08:00
db_sanity_test.cc DB Sanity Test 2014-03-06 11:36:39 -08:00
db_stress.cc [CF] db_stress for column families 2014-03-11 12:06:12 -07:00
ldb_test.py fix ldb_test TtlPutGet test 2014-03-10 12:11:46 -07:00
ldb.cc Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00
reduce_levels_test.cc Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00
sst_dump.cc Consolidate SliceTransform object ownership 2014-03-10 12:56:46 -07:00