Beuth-Erdelt / Benchmark-Experiment-Host-Manager

This python tool helps managing DBMS benchmarking experiments in a Kubernetes-based HPC cluster environment. It enables users to configure hardware / software setups for easily repeating tests over varying configurations.
GNU Affero General Public License v3.0
6 stars 0 forks source link

Implement all workloads of YCSB #136

Open perdelt opened 1 year ago

perdelt commented 1 year ago

not only fixed A

perdelt commented 1 year ago

Add new results to evaluation

perdelt commented 1 year ago

Workloads D and E cannot be parallelized?

INSERT conflicts

perdelt commented 1 year ago

1680729951

load
1 pod
recordcount=1000000
operationcount=1000000
insertstart=0
insertcount=1000000
2 pods
recordcount=1000000
operationcount=500000
insertstart=0
insertcount=500000
-
recordcount=1000000
operationcount=500000
insertstart=500000
insertcount=500000

run
1 pod
recordcount=1050000
operationcount=1000000
insertstart=1000000
insertcount=50000
2 pods
recordcount=1050000
operationcount=500000
insertstart=1025000
insertcount=25000
-
recordcount=1050000
operationcount=500000
insertstart=1000000
insertcount=25000

PK Errors!

perdelt commented 1 year ago

https://github.com/brianfrankcooper/YCSB/issues/1061

perdelt commented 1 month ago

Open: Test D again