OpenSlides / openslides-meta

MIT License
0 stars 12 forks source link

relational db: set all foreign key constraints to "initially deferred" #157

Open r-peschke opened 2 months ago

r-peschke commented 2 months ago

@m-schieder @reicda @rrenkert Since we can't guarantee the sequence of create events/write requests in current development, we have to set all foreign key constraints deferred. Simple example:

Solving this issue we will write a new issue to revert this and try to remove the INITIALLY DEFERRED, because we expect it to be a time and/or memory penalty