Data Partitioning
Data Partitioning
Data Partitioning is a process where huge tables are divided into multiple smaller parts. By do this splitting, we can ensure a faster response to the query as we need to scan only to a fraction of the data.
Federation vs Sharding
Federation vs Sharding Database Storage
Federation
- Separation happens in structure level.
- Different Tables are stored in a separate database.
- Federation more often applies to schemes that divide on logical boundaries.
Access this course and 1500+ top-rated courses and projects.