Hello,
I have a database with about 25 tables and almost every table having a foreign key on some other table. They system needs to deal with a large number of reads and writes. I'm concerned if having too many foreign keys and relationships between tables will lock the tables on inserts and updates and this might reduce the concurrency on table access. What should I look out for?