Tables with no Primary Key

后端 未结 7 1661
一个人的身影
一个人的身影 2020-12-13 00:17

I have several tables whose only unique data is a uniqueidentifier (a Guid) column. Because guids are non-sequential (and they\'re client-side generated so I can\'t use news

7条回答
  •  -上瘾入骨i
    2020-12-13 00:38

    I too have always heard having an auto-incrementing int is good for performance even if you don't actually use it.

提交回复
热议问题