How unique is UUID?

后端 未结 11 1984
终归单人心
终归单人心 2020-11-22 05:40

How safe is it to use UUID to uniquely identify something (I\'m using it for files uploaded to the server)? As I understand it, it is based off random numbers. However, it s

11条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-22 06:07

    I don't know if this matters to you, but keep in mind that GUIDs are globally unique, but substrings of GUIDs aren't.

提交回复
热议问题