loadgen icon indicating copy to clipboard operation
loadgen copied to clipboard

tpcc: cannot run tpcc against Oracle

Open awoods187 opened this issue 7 years ago • 2 comments

We do not currently have a way to run TPCC benchmark comparisons with Oracle

awoods187 avatar Dec 12 '17 23:12 awoods187

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).

andreimatei avatar Dec 13 '17 00:12 andreimatei

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.

petermattis avatar Dec 13 '17 01:12 petermattis