Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
objectID is not sortable by creation time.
Feature / Enhancement Description
Implement ULID spec based on https://www.npmjs.com/package/ulid-workers
One also don't need to store createdAt separately anymore and objectId can be sorted based on creation time without conflicts that might arise when you clone multiple objects from dashboard.
Example Use Case
I wanted to implement cursor based pagination. I wanted to say less than objectID with x limit to load next batch of items.