HTAPBench icon indicating copy to clipboard operation
HTAPBench copied to clipboard

Benchmark suite to evaluate HTAP database engines

Results 7 HTAPBench issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.2-1003-jdbc3 to 42.3.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=9.2-1003-jdbc3&new-version=42.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps commons-io from 2.2 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.2&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-collections from 3.2.1 to 3.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-collections:commons-collections&package-manager=maven&previous-version=3.2.1&new-version=3.2.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello, glad to see this interesting tool. I have two questions: 1. Does it support benching MySQL? We are developing an HTAP database named [TiDB](https://github.com/pingcap/tidb) which support MySQL protocol. If...

This is more of a question on documentation: When you give the following command to run the HTAP benchmark queries, how many iterations of queries does it run ? java...

I encountered 2 issues with this benchmark, when running the hybrid workload: 1. Sometimes a NullPointerException occurs on line 683 of main() (HTAPBench.java), because runHybridWorkload() erroneously returns when EITHER tpcc...

Hi, While using HTAPBench right out of the box, we stumbled upon a very small thing that could be updated in the README: For this line: COPY WAREHOUSE FROM '/dir/warehouse.csv'...