sql: DELETE + INSERT vs UPDATE + INSERT

后端 未结 7 1742
花落未央
花落未央 2021-01-19 02:29

A similar question has been asked, but since it always depends, I\'m asking for my specific situation separately.

I have a web-site page that shows some data that co

7条回答
  •  庸人自扰
    2021-01-19 03:00

    It partly depends on how the data is accessed. If you have a period of time with no (or very few) users accessing it, then there won't be much impact on the data disappearing (between the DELETE and the completion of the INSERT) for a short while.

提交回复
热议问题