Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 652 Bytes

PostgreSharding.md

File metadata and controls

10 lines (8 loc) · 652 Bytes

Sharding & IDs at Instagram

ID composition

Remarks
Time 41 bits for time in milliseconds (gives us 41 years of IDs with a custom epoch)
Logical Shard ID 13 bits that represent the logical shard ID
Sequence 10 bits that represent an auto-incrementing sequence, modulus 1024.