]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Add option to use MultiGet in db_stress (#5264)
authoranand76 <anand76@devvm1373.frc2.facebook.com>
Thu, 2 May 2019 06:04:03 +0000 (23:04 -0700)
committeranand76 <anand76@devvm1373.frc2.facebook.com>
Fri, 24 May 2019 20:18:02 +0000 (13:18 -0700)
commit5f703af1eaa8aca77c6897e25c26b65104aba364
treef4c869fe1ac5e9f363e3564b938eaad5db3bbe9b
parent8baa66acf69d41648e816b6b81ae9fe9f0b8414f
Add option to use MultiGet in db_stress (#5264)

Summary:
The new option will pick a batch size randomly in the range 1-64. It will then space the keys in the batch by random intervals.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5264

Differential Revision: D15175522

Pulled By: anand1976

fbshipit-source-id: c16baa69d0f1ff4cf53c55c813ddd82c8aeb58fc
tools/db_crashtest.py
tools/db_stress.cc