|
|
|
|
|
by sudowhodoido
4275 days ago
|
|
From my perspective, foreign keys are important as they are the last guarantee that two bits of data belong to each other. Also they do have a positive performance impact in JOIN scenarios. If FK performance is an issue, then there are better solutions before you break them (denormalise on write etc). |
|