xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

Switch to UUIDv7 #34

Closed longquanzheng closed 11 months ago

longquanzheng commented 1 year ago

see https://github.com/xdblab/xdb/pull/30#discussion_r1349539651 . https://buildkite.com/blog/goodbye-integers-hello-uuids

Here is a popular implementation in Go: https://github.com/jetpack-io/typeid

duoertai commented 11 months ago

https://github.com/segmentio/ksuid

duoertai commented 11 months ago

oh, turns out that https://github.com/segmentio/ksuid is longer than uuid

duoertai commented 11 months ago

but it turns out the https://github.com/jetpack-io/typeid is depending on https://github.com/gofrs/uuid for uuid v7 generation, so let's just use https://github.com/gofrs/uuid