@[email protected] to Programmer [email protected]English • 1 year agoWhoopsthumbsnap.comimagemessage-square80fedilinkarrow-up11.34Karrow-down116
arrow-up11.32Karrow-down1imageWhoopsthumbsnap.com@[email protected] to Programmer [email protected]English • 1 year agomessage-square80fedilink
minus-square@[email protected]linkfedilink16•edit-21 year agoThis makes it safer but like… don’t run queries on production outside emergencies ever. That transaction frame, depending on your specific DB, may cause severe performance side effects. Look, the safe approach is to write it into something, PR it, get it reviewed, and then run it as part of a structured deployment process.
This makes it safer but like… don’t run queries on production outside emergencies ever.
That transaction frame, depending on your specific DB, may cause severe performance side effects.
Look, the safe approach is to write it into something, PR it, get it reviewed, and then run it as part of a structured deployment process.
Absolutely. It should have been tested and verified.