loadgen
loadgen copied to clipboard
tpcc: cannot run tpcc against Oracle
We do not currently have a way to run TPCC benchmark comparisons with Oracle
Well, technically, the whole point of the TPCC spec is that you don't run your implementation against other databases; you let the devs of said databases develop their implementation and you run that (or even you accept their reported numbers for some hardware).
TPC-C implementations are often tuned to a specific database. Adapting our implementation to run against Oracle and making sure we're tuning it correctly is a non-trivial task.