willya@lemmyf.uk to Programmer Humor@lemmy.mlEnglish · 2 years agoWhoopsthumbsnap.comimagemessage-square80linkfedilinkarrow-up11.33Karrow-down117
arrow-up11.32Karrow-down1imageWhoopsthumbsnap.comwillya@lemmyf.uk to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square80linkfedilink
minus-squarexmunklinkfedilinkarrow-up16·edit-22 years 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.
minus-squareSzethFriendOfNimi@lemmy.worldlinkfedilinkarrow-up2·2 years agoAbsolutely. It should have been tested and verified.
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.