HTAPBench
HTAPBench copied to clipboard
Benchmark suite to evaluate HTAP database engines
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.2-1003-jdbc3 to 42.3.7. Commits See full diff in compare view [](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...
Bumps commons-io from 2.2 to 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...
Bumps commons-collections from 3.2.1 to 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...
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'...