Together with the framework we provide the following HTAP benchmarks:
- Subenchmark
- Fibenchmark
- Tabenchmark
- Java (+1.7)
- Apache Ant
- Ubuntu (+16.04)
- ant bootstrap
- ant resolve
- ant build
The ./config directory provides all configure files.
- ./olxpbenchmark -b subenchmark -c config/suoltp.xml -wt oltp --create=true --load=true
- ./olxpbenchmark -b subenchmark -c config/suoltp.xml -wt oltp --execute=true -o results/suoltp
If you use OLxPBench for your paper, please cite the follow paper:
@misc{2203.16095, Author = {Guoxin Kang and Lei Wang and Wanling Gao and Fei Tang and Jianfeng Zhan}, Title = {OLxPBench: Real-time, Semantically Consistent, and Domain-specific are Essential in Benchmarking, Designing, and Implementing HTAP Systems}, Year = {2022}, Eprint = {arXiv:2203.16095}, }
isolation level error
- set GLOBAL tidb_skip_isolation_level_check = 1
java.sql.SQLException: Write conflict
- SET GLOBAL tidb_txn_mode = 'pessimistic';
MySQLSyntaxErrorException:this is incompatible with sql_mode=only_full_group_by
- set @@global.sql_mode ='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';