Author Archives: user

Khóa học miễn phí MySQL – Vertical Partitioning nhận dự án làm có lương

MySQL – Vertical Partitioning Table of content The MySQL Partitioning is used to divide large tables into smaller partitions that are stored in different physical locations and are treated as separate tables. Even though the smaller partitions are managed individually, they are still part of the main table. There are two forms of partitioning in […]

Khóa học miễn phí MySQL – Horizontal Partitioning nhận dự án làm có lương

MySQL – Horizontal Partitioning Table of content The MySQL Partitioning is a technique that can be used to divide a database table into smaller tables i.e. partitions. These smaller tables are stored in different physical locations and are treated as separate tables. Thus, the data in these smaller tables can be accessed and managed individually. […]