Y
Hacker News
new
|
ask
|
show
|
jobs
by
catlover76
411 days ago
> knowing that Postgres FK doesn't implicitly create an index.
Damn really lol
What does it do then, just block "breaking" deletes?
1 comments
porkbrain
411 days ago
You can cascade the deletes in db layer rather than in app layer
link