Database partitioning (also called data partitioning) refers to breaking the data in an application’s database into separate pieces, or partitions. These partitions can then be stored, accessed, and managed separately.
References
-
https://en.wikipedia.org/wiki/Partition_(database)🔗en.wikipedia.org
-
Data partitioning improves the scalability and performance of the distributed system. It is also an essential topic for the system design interview.🔗Medium
-
Database is an integral part of any application design where processes write and manage the data. Although, one may never need to design a database from scratch, understanding its design and how…🔗Medium
-
Breaking up the data in your database can make it more efficient and resilient. But it can also cause problems if you're not careful.🔗Cockroach Labs
-
Data Partitioning is a technique used to divide large datasets into smaller, more manageable partitions based on predetermined criteria.🔗dremio.com
-
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.🔗GeeksforGeeks
-
Data partitioning is a technique used in database management to divide large datasets into smaller, more manageable partitions or subsets.🔗Macrometa