Hacker News new | ask | show | jobs
by eloff 3523 days ago
I understood it to mean that if you restore table A and table B in parallel, if there is a foreign key between them, then referential integrity checks would cause one of the loading operations to fail. How do you deal with that?
1 comments

It's likely that foreign key checks aren't handled at the RDBMS level, but rather at the application level.