Is Guid the best identity datatype for Databases?

前端 未结 8 1857
眼角桃花
眼角桃花 2020-12-24 09:13

It is connected to BI and merging of data from different data sources and would make that process more smooth.

And is there an optimal migration strategy from a data

8条回答
  •  萌比男神i
    2020-12-24 09:50

    GUID are better in data replication scenarios, with the "identity" approach you have to be careful about not cause collisions between the data being replicated between Databases. Hope this helps.

提交回复
热议问题