What is "database-partitioning"
Partitioning can be performed in two ways:
- Vertical - with the creation of tables with fewer columns and the use of additional tables to store the remaining columns
- Horizontal - involves separating the records into different tables, using some key as reference