What is "database-partitioning"

Partitioning can be performed in two ways:

  1. Vertical - with the creation of tables with fewer columns and the use of additional tables to store the remaining columns
  2. Horizontal - involves separating the records into different tables, using some key as reference