We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPC-C tries to create foreign keys among tables, whose syntax is different with sqlite, and it would fail to execute (https://github.com/oltpbenchmark/oltpbench/blob/master/src/com/oltpbenchmark/benchmarks/tpcc/tpcc-postgres-ddl.sql#L153). We need to change the DDL and possibly anything that might fail to run in SQLite in TPC-C.
The text was updated successfully, but these errors were encountered:
I think we can copy a ddl.sql that is suitable for testing with SQLite
Sorry, something went wrong.
That will be good
No branches or pull requests
TPC-C tries to create foreign keys among tables, whose syntax is different with sqlite, and it would fail to execute (https://github.com/oltpbenchmark/oltpbench/blob/master/src/com/oltpbenchmark/benchmarks/tpcc/tpcc-postgres-ddl.sql#L153). We need to change the DDL and possibly anything that might fail to run in SQLite in TPC-C.
The text was updated successfully, but these errors were encountered: