Comment on Ask HN: What engineering trivia earned you the most credComments−catlover761yknowing that Postgres FK doesn't implicitly create an index.Damn really lolWhat does it do then, just block "breaking" deletes?−porkbrainOP1yYou can cascade the deletes in db layer rather than in app layer
Comments
Damn really lol
What does it do then, just block "breaking" deletes?
You can cascade the deletes in db layer rather than in app layer