Skip to content
New issue

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 fails at ALTER TABLE #1

Open
omegaga opened this issue Apr 26, 2016 · 2 comments
Open

TPC-C fails at ALTER TABLE #1

omegaga opened this issue Apr 26, 2016 · 2 comments

Comments

@omegaga
Copy link
Collaborator

omegaga commented Apr 26, 2016

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.

@ranxian
Copy link
Owner

ranxian commented Apr 27, 2016

I think we can copy a ddl.sql that is suitable for testing with SQLite

@omegaga
Copy link
Collaborator Author

omegaga commented Apr 27, 2016

That will be good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants