codeinabox@programming.dev to PostgreSQL@programming.devEnglish · 2 months agoThe challenges of soft deleteatlas9.devexternal-linkmessage-square1linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkThe challenges of soft deleteatlas9.devcodeinabox@programming.dev to PostgreSQL@programming.devEnglish · 2 months agomessage-square1linkfedilink
minus-squarestevestevesteve@lemmy.worldlinkfedilinkarrow-up1·2 months agoI don’t feel like leaving the records in-table is that terrible. Maybe even partition on the deleted-at column to keep the performance impact minimal. The benefit of simplicity massively outweighs the rest for me
I don’t feel like leaving the records in-table is that terrible. Maybe even partition on the deleted-at column to keep the performance impact minimal. The benefit of simplicity massively outweighs the rest for me