Extract timestamp, worker ID, and sequence from distributed Snowflake IDs
Example:
Snowflake IDs are 64-bit integers that encode a millisecond timestamp, machine/worker identifier, and a per-machine sequence counter. This makes them sortable by creation time while remaining unique across distributed systems without coordination.