-
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
One of the primary benefits of snowflakes is the ability to query the database for ids that were created after a certain timeframe, without relying on a separate DateTime column. This is how discord does their queries, as 64bit comparisons are faster than date time comparisons. I saw this issue that was closed #60 and I partially disagree with the answer.
We need to be able to create an ID of which represents a point of time, to generate a query to get all items past that moment.
trobinson-crserve
Metadata
Metadata
Assignees
Labels
No labels