ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.96k stars 544 forks source link

[feature] Universally Unique Lexicographically Sortable Identifier Data Type #3968

Open blinkov opened 6 months ago

blinkov commented 6 months ago

Spec: https://github.com/ulid/spec

Original feature request: https://habr.com/ru/companies/ydb/articles/804775/comments/#comment_26737291

blinkov commented 6 months ago

It looks like we even have an implementation https://github.com/ydb-platform/ydb/blob/main/ydb/core/util/ulid.h, but it's not exposed as a data type.