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

primary key constraint in trip table #46

Open
schakalakka opened this issue Sep 16, 2021 · 0 comments
Open

primary key constraint in trip table #46

schakalakka opened this issue Sep 16, 2021 · 0 comments
Assignees
Labels
code_issue Things to be changed in code (Java)

Comments

@schakalakka
Copy link
Member

We removed the primary key constraint in newly created trip tables for performance reasons.

  1. We should add a uniqueness check at the end of the simulation (when all trips are inserted)
  2. Move the creation of the trip table from a database function to a function in TAPAS/Java code.
@schakalakka schakalakka added the code_issue Things to be changed in code (Java) label Sep 16, 2021
@schakalakka schakalakka self-assigned this Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code_issue Things to be changed in code (Java)
Projects
None yet
Development

No branches or pull requests

1 participant