RJR
Convex Community3y ago
6 replies
RJ

Compressing Convex IDs

I'd like to store a Convex document ID in a more compact form than its default encoding, and would welcome any recommendations for how best to do so.

Are Convex IDs v4 UUIDs? It looks to me like they are Base36-encoded—is that right? If at least the latter question is true, I imagined it might be easiest to convert them to Base64. Thoughts on that approach?
Was this page helpful?