I design large enterprise system. One of the challenge i always had is increasing the concurrency while maintaining the integrity. Sequencing solves this problem. Our database system records are designed to use BIGINT as a identifier and distrubuted by number of servers can go up to 2,147,483,647 servers. Every server gets maximum of Int32.MaxValue range of Ids […]