Skip to content

Instantly share code, notes, and snippets.

@achanda
Last active May 7, 2024 02:15
Show Gist options
  • Save achanda/63f42a13675ae69e8c237f0eb02c145c to your computer and use it in GitHub Desktop.
Save achanda/63f42a13675ae69e8c237f0eb02c145c to your computer and use it in GitHub Desktop.
* Generate 1 million inserts
./load_gen -I1000000
* Generate workload 500k reads and 500k writes
./load_gen --PL -Q500000 -U500000 --OP query_workload.txt
Entry size will be 8
* Run workload
./plain_benchmark_metrics -E 8 --dd --iwp ../K-V-Workload-Generator/workload.txt --qwp ../K-V-Workload-Generator/query_workload.txt --dw --dr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment