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

Fixes #171 1. We weren't loading the last batch for the REVISIONS table. 2. The page title generation code was broken so all the GetPage txns were failing. https://youtu.be/BB0gUb5Yo9A

bug

Not ready for review yet. This adds a configurable Egress benchmark to return result rows based on two parameters: `egress_tuple_bytes` and `egress_num_tuples`. Since UDF syntax varies by DBMS, this only...

Bumps [google-cloud-spanner-jdbc](https://github.com/googleapis/java-spanner-jdbc) from 2.6.1 to 2.7.6. Release notes Sourced from google-cloud-spanner-jdbc's releases. v2.7.6 2.7.6 (2022-08-11) Dependencies update dependency com.google.cloud:google-cloud-shared-dependencies to v3 (#921) (2aa0a40) v2.7.5 2.7.5 (2022-08-05) Bug Fixes enable longpaths...

dependencies

Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 10.2.0.jre17 to 11.1.2.jre17-preview. Release notes Sourced from mssql-jdbc's releases. [10.2.1] HotFix & Stable Release Fixed issues Refactored Idle Connection Resiliency timeout to use existing SharedTimer 1794 Fixed...

dependencies

WIP PR. Adds a new benchmark (dialects for Postgres and MySQL so far) to just sleep. Questtions: - Not sure how to write the generic query for this since it's...

enhancement

Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.1 to 3.4.2. Commits 6087da5 [maven-release-plugin] prepare release maven-assembly-plugin-3.4.2 db292ea [MASSEMBLY-969] Update common artifact filters to 3.3.1 (#83) f4f2f75 [MASSEMBLY-949] Correct links dfe8904 [maven-release-plugin] prepare for next...

dependencies

Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0. Release notes Sourced from exec-maven-plugin's releases. 3.1.0 🚀 New features and improvements Require Maven 3.2.5 (#319) @​slawekjaranowski Support stream inheritance for the forked process,...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.28 to 8.0.29. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

For tpc-c workload, there is no capability to specify the warehouse number to start with (it always starts with 1). This prevents the running load from multiple drivers. A single...

See: https://github.com/cmu-db/benchbase/pull/111 This brings back this change with a fallback to check for the config/plugin.xml so that benchbase can still be executed from the project root using the mvn wrapper.