Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
It provides an overview of partitioning, including creating partitions using range, hash, and list, plus how materialized views are useful and how to create them.
Partitioning is the practice of splitting one table into multiple smaller tables, which is useful when you have a large table and some columns are frequently occurring in the WHERE clause whenever it is queried.
The course addresses skills including data partitioning, database partitioning, disk partitioning, basic partitioned access methods, recursive partitioning, and PostgreSQL.
Lessons include Creating Partitions Using Range, Creating Partitions Using Hash, Creating Partitions Using List, Materialized Views, and Creating Materialized Views.
Yes. The learning objectives include knowing which partitions to use in any scenario and when to use a partition.