brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.9k stars 2.22k forks source link

How to test oracle with YCSB #1626

Open matthewxuda opened 2 years ago

matthewxuda commented 2 years ago

How to test oracle with YCSB

1 Which jar can be used for testing oracle

2 How to config the oralce workload

3 How to config oracle properties in workload, and use which db.driver

busbey commented 2 years ago

Oracle makes a lot of products. Which one do you mean?

matthewxuda commented 2 years ago

I want to test oracle/database:12.2.0.1-se2 with YCSB, please give me an example for testing oracle with YCSB

busbey commented 2 years ago

for their database offering, you should use the JDBC client binding along with their JDBC driver.

matthewxuda commented 2 years ago

It's OK now , I use ojdbc8.jar, and my config like this: image