DLR-VF / TAPAS

MIT License
19 stars 9 forks source link

primary key constraint in trip table #46

Open schakalakka opened 2 years ago

schakalakka commented 2 years ago

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.