Commit graph

4 commits

Author SHA1 Message Date
Calin Culianu
b116a74cbe Compile fix for rocksdb_perf_memusage.cpp
It turns our std::memcpy is from <cstring> which we forgot to include.
Fixed.
2020-08-29 15:43:35 +03:00
Calin Culianu
1a1123a20b
Fixed a typo in test/rocksdb_perf_memusage_test.cpp 2020-08-29 15:08:50 +03:00
Calin Culianu
ffa0522bfe
Fixups and tweaks to the stand-alone rocksdb_perf_memusage_test
This test is a stand-alone program that tests performance for writing
and reading ot a dummy rocksdb database.  It also is a good way to see
just how much memory rocksdb uses during normal operation.

I modified this test a little bit to use multiple threads when reading
and also I cleaned up the code a little bit.
2020-08-29 15:01:49 +03:00
Calin Culianu
b9f3acae92
Added a rocksdb performance test
I have been using this/will use this to evaluate options that reduce
memory consumption.

Also added a blurb/description to the quick-config regarding
db_max_open_files.
2020-04-16 18:06:42 +03:00