附录E 参考资料
分布式 ID 与唯一性
- Twitter Snowflake:分布式趋势递增 ID 的经典方案。参考:https://github.com/twitter-archive/snowflake
- 美团 Leaf:Segment 号段与 Snowflake 模式的工程化参考。参考:https://github.com/Meituan-Dianping/Leaf
- RFC 9562:UUID 标准,包含 UUID Version 7。参考:https://www.rfc-editor.org/rfc/rfc9562
- ULID:按时间排序、可读性较好的 128 位标识。参考:https://github.com/ulid/spec