Comment on Well, shit.
whats_a_lemmy@midwest.social 3 weeks agoIf you want a helper table you can just insert directly, no need for the cursor loop.
Comment on Well, shit.
whats_a_lemmy@midwest.social 3 weeks agoIf you want a helper table you can just insert directly, no need for the cursor loop.
bacon_pdp@lemmy.world 3 weeks ago
whats_a_lemmy@midwest.social 3 weeks ago
At least in PG, that is explicitly not the case, unless I’m misunderstanding:
postgresql.org/…/when-can-parallel-query-be-used.…
At any rate, I feel like it’s questionable design to have a user making row-by-row decisions on hard deletes.