Daily Shaarli

All links of one day in a single page.

December 15, 2021

Leader election in distributed systems

Almost all systems using traditional relational database management systems (RDBMSs) rely on leader election to pick a leader database which handles all writes, and sometimes, all reads. In these systems, election may be automated, but it’s frequently done manually by a human operator.