iCyberon / pg_ulid

Universally Unique Lexicographically Sortable Identifier (ULID) for PostgreSQL
MIT License
57 stars 4 forks source link

Is monotonicity within the same millisecond implemented? #5

Open sergeyprokhorenko opened 3 years ago

sergeyprokhorenko commented 3 years ago

Hi Vahagn, Have you implemented the monotonicity of ULIDs within the same millisecond? See:

iCyberon commented 3 years ago

Hi Sergey,

It's not implemented yet. If it's important for your use case, I'll try to push support for the monotonicity this weekend.

sergeyprokhorenko commented 3 years ago

Hi Vahagn,

This is very important, but not so urgent :)