I created a working patch for DB2. I published in GitHub: https://github.com/angoca/BenchmarkSQL/tree/my-version
The modified files /run/*_DB2
There is only one issue: DB2 does not support the following grammar
create table benchmarksql.history ( hist_id integer not null default nextval('hist_id_seq') primary key,
The DB2 porting does not perform completely equally. It could be:
Best regards,
Log in to post a comment.
I created a working patch for DB2. I published in GitHub: https://github.com/angoca/BenchmarkSQL/tree/my-version
The modified files /run/*_DB2
There is only one issue: DB2 does not support the following grammar
The DB2 porting does not perform completely equally. It could be:
Best regards,