|
|
|
|
|
by MaxGabriel
146 days ago
|
|
One thing to add about performance: it's also pretty easy in Postgres to index only non-soft deleted data. I think this is likely unnecessary for most use cases and is mostly a RAM saving measure, but could help in some cases. |
|