oltpbench
oltpbench copied to clipboard
Database Benchmarking Framework
Added Phoenix driver related configurations,DDLs and dialects to support Phoenix.
- [ ] TestStatementDialects -- Need to port. - [x] TestAuctionMarkLoader - [x] TestAuctionMarkWorker - [x] TestUserIdGenerator - [x] TestSEATSLoader - [x] TestSEATSWorker - [x] TestTATPWorker - [ ] TestCatalog...
See #362. This issue tracks the current merge plan: - [x] Create a separate branch B. - [x] B = https://github.com/oltpbenchmark/oltpbench/tree/oltpbench_tim - [x] Finish any nitpicks on #362. - [x]...
Hi, I'm trying to use oltpbench to generate a high-variation workload. Looking at XML files, I find ```XML 2 60 10000 45,43,4,4,4 ``` By adding more `work` entry, I'm able...
…paring SQL queries to load data. #364
Apache Phoenix provides SQL layer on top of popular NoSQL database HBase(http://phoenix.apache.org/). HBase ensures ACID properties within row level. Apache Omid and Apache Tephra are the popular transaction service implementations...
Currently to load data automatically generating insert queries depending upon table with "INSERT" keyword but some databases like Apache Phoenix uses "UPSERT" keyword to represent INSERT and UPDATE semantics in...
https://github.com/oltpbenchmark/oltpbench/blob/b61f29da1c16ed829c0dbeee66498adb07692a3c/config/sample_pgtpcc_config.xml#L43 There should be only 5 weights.
When running - mixed - chbenchmark (serial) + tpcc (not serial) - q22 disabled via weights We still saw oltpbench try to occasionally execute q22. This bug does not appear...
Bumps httpclient from 4.3.6 to 4.5.13. [](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...