Andrés
@andalm
Let the technical be tangible, free of any mystical aura ✨
Andrés
@andalm
Let the technical be tangible, free of any mystical aura ✨
AI and System Design

MEN WEREN’T REALLY THE ENEMY— THEY WERE FELLOW VICTIMS SUFFERING FROM AN OUTMODED MASCULINE MYSTIQUE THAT MADE THEM FEEL UNNECESSARILY INADEQUATE WHEN THERE WERE
Database Partitioning is when you split the data inside the database into smaller "databases". One partition holds a part of your data. All partitions together form the entire database.
Partitioning is often used with replication, which means each partition's data is copied onto multiple nodes. This way, even though each record is in only one partition, it can be stored on different nodes for fault tolerance. A node may hold more than one partition.
When using a leader-follower replication model, the mix of partitioning and replication might look like this: