benchbase
benchbase copied to clipboard
Multi-DBMS SQL Benchmarking Framework via JDBC
Wishlist item for now. See Also: - https://github.com/cmu-db/benchbase/blob/bbe8c1db84ec81c6cdec6fbeca27b24b1b4e6612/src/main/java/com/oltpbenchmark/api/collectors/MySQLCollector.java - https://github.com/cmu-db/benchbase/blob/36f345e18effaf1fa1c947ba78ef82b6281b5c58/src/main/java/com/oltpbenchmark/api/collectors/DBParameterCollectorGen.java
https://github.com/cmu-db/benchbase/actions/runs/7104671049/job/19340427045#step:7:39 ``` Error: 2023-12-05 18:06:41,638 [Thread-2] com.oltpbenchmark.api.LoaderThread run - Unexpected error when loading WIKIPEDIA database org.postgresql.util.PSQLException: ERROR: message size 16 MiB bigger than maximum allowed message size 16 MiB Hint:...
Corrections as per the comments in [#364 ](https://github.com/cmu-db/benchbase/pull/364)
Hi, We did a [fork](https://github.com/ydb-platform/tpcc) of benchbase to get TPC-C for YDB. [Here](https://blog.ydb.tech/ydb-meets-tpc-c-distributed-transactions-performance-now-revealed-42f1ed44bd73) we describe our testing setup and TPC-C implementation with a particular focus on the threading model. We...
Later we should consider to automate this and/or add additional authors from the history. _Originally posted by @bpkroth in https://github.com/cmu-db/benchbase/pull/379#discussion_r1392927712_ At the very least a small check that looks to...
Hey everybody, I am a new user of benchbase and I found it cumbersome to get everything running smoothly with a lack of documentation. Therefore I have decided to update...
Added tpcc and ycsb support for sybase ASE and Informix. `pom.xml` has a new profile named `arcion` which will deploy a jar file that contains all the database drivers.
Per discussions in #301, there are a few places where we auto-generate code. It would be useful to have a check in the CI pipelines that these files have not...
Hi folks, At @YDB we forked benchbase to implement TPC-C. Now we both share same bugs :) [Here](https://github.com/cmu-db/benchbase/blob/main/src/main/java/com/oltpbenchmark/benchmarks/tpcc/procedures/Delivery.java#L107) you always iterate from 1 to terminalDistrictUpperID. It seems that original approach...