benchbase icon indicating copy to clipboard operation
benchbase copied to clipboard

Multi-DBMS SQL Benchmarking Framework via JDBC

Results 109 benchbase issues
Sort by recently updated
recently updated
newest added

From what I can tell, right now every terminal requires its own DB connection. It seems that HikariCP support was added for a little while by @timveil but then removed...

@ranaalotaibiMS could you please post the details you mentioned?

I am utilizing Benchbase to conduct benchmark testing for knob tuning. Occasionally, certain configurations of the knobs can cause some queries to fail during execution. In such instances, it is...

I need to use the TPC-DS workload for a project. Is the TPC-DS workload completed? If not, what's missing? Could I implement it?

This PR introduces functionality for configuring a session by executing predefined statements before the benchmark execution begins. Users should specify the file containing these statements within the tag ` `...

Compilation is in progress, and the thread pool created after tests is stuck. I have been stuck on the bold part and cannot continue. Could you please tell me the...

enhancement
new-database

is there a support of zOS DB2 already? if so, will be volunteering to test. if not, will be create a draft PR to start work on adding the support.

dbms-fix

Running the command "./mvnw clean package -P postgres" results in the following error: ![Screenshot 2024-01-19 at 2 39 33 PM](https://github.com/cmu-db/benchbase/assets/60435682/4c593919-66b0-4d72-b511-ce0ebd3c01a5) What is causing this issue and how should I go...

I have qeustion baout concurrent,Is the concurrent benchmark test not supported yet? Because I don't seem to find that the database connection pool is used, but multi-threading is used. But...