benchbase
benchbase copied to clipboard
Multi-DBMS SQL Benchmarking Framework via JDBC
Use Case: We are benchmarking multiple systems to compare throughput. One specific metric that we are unable to test is whether pointing reads at a replica pool would improve the...
This is another interesting workload that we should consider adding. There looks to be about 9 queries. There is an implementation for Oracle and DB2 (although from 20 years ago)....
I experienced this error while trying to load TPC-C on a MySQL server that came with [GIPK](https://dev.mysql.com/doc/refman/8.0/en/create-table-gipks.html#:~:text=Beginning%20with%20MySQL%208.0.30%2C%20MySQL%20supports%20generated%20invisible,invisible%20primary%20key%20%28GIPK%29%20to%20any%20such%20table.) enabled by default. `[ERROR] 2023-12-07 00:55:28,801 [Thread-1] com.oltpbenchmark.api.Loader loadCustomerHistory - No value specified...
Implementation of Stitcher workload as described in "Stitcher: Learned Workload Synthesis from Historical Performance Footprints.": https://openproceedings.org/2023/conf/edbt/paper-19.pdf by Chengcheng Wan, Yiwen Zhu, Joyce Cahoon, Wenjing Wang, Katherine Lin, Sean Liu, Raymond...
I think we can safely remove these files.
As mentioned in https://github.com/anjagruenheid/benchbase/pull/2 while discussing #301, the initial PR lacks support for NULLable parameters. We should add that in a future PR.
Need to fix INSERT test query from the templated benchmark example introduced in #386 since it results in duplicate keys. _Originally posted by @bpkroth in https://github.com/cmu-db/benchbase/pull/427#discussion_r1427201975_
This is updated pull request, previous one is [here](https://github.com/cmu-db/benchbase/pull/359). Copy-pasted description: I noticed a very high CPU consumption, when import initial TPC-C data. According the attached flamegraph all threads are...
I'd like some further clarification on what the SERIAL workload parameter is for. What's the benchmarking purpose of this workload parameter? How does it affect the benchmark? Why is it...