You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I would like to use ULID as a DataValue in CozoDB since ULIDs are inherently lexicographically sortable. Hopefully, this will allow for as good as if not better data locality than UUIDv1. I've forked cozo and implemented ULID using the 'ulid' crate, and, so far, my initial test use seem to work. No benchmarks yet, but if someone shows me how I could quantify the gains of ULID indices, I could give it a shot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I would like to use ULID as a DataValue in CozoDB since ULIDs are inherently lexicographically sortable. Hopefully, this will allow for as good as if not better data locality than UUIDv1. I've forked cozo and implemented ULID using the 'ulid' crate, and, so far, my initial test use seem to work. No benchmarks yet, but if someone shows me how I could quantify the gains of ULID indices, I could give it a shot.
Beta Was this translation helpful? Give feedback.
All reactions