From the course: Advanced SQL for Query Tuning and Performance Optimization
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Solution: Partitioning a table - SQL Tutorial
From the course: Advanced SQL for Query Tuning and Performance Optimization
Solution: Partitioning a table
(upbeat music) - [Instructor] The problem with the definitions that we had for partitions is that there are gaps in the dates. The maximum date and the time range is not inclusive, so we need to have essentially some overlap between our partition definitions. In this case, the data for 24-1-8 and 24-1-16 are not assigned to our partition.
Contents
-
-
-
-
-
-
-
Horizontal vs. vertical partitioning2m 47s
-
(Locked)
Partition by range1m 40s
-
(Locked)
Partition by range example5m 36s
-
(Locked)
Partition by list1m 27s
-
(Locked)
Partition by list example5m 37s
-
(Locked)
Partition by hash1m 55s
-
(Locked)
Partition by hash example4m 35s
-
(Locked)
Challenge: Partitioning a table36s
-
(Locked)
Solution: Partitioning a table28s
-
-
-
-
-