PostgreSQL Parallel Queries 12/12

Опубликовано: 30 Сентябрь 2024
на канале: High-Performance Programming
6,124
86

If you found this video helpful, you could check the full course on Udemy. In this course, you’ll find tips for tuning PostgreSQL 12 like a pro.

Use the link below to get a 60% OFF.

PostgreSQL High-Performance Tuning Guide - Full Course
https://www.udemy.com/course/postgres...

Starting with version 9.6 PostgreSQL supports parallel queries. In this video, we will take a look at how parallelism works and what can be done to speed up things.
The following operations can be done in parallel:
Parallel sequential scans
Parallel index scans (btrees only)
Parallel bitmap heap scans
Parallel joins
Parallel indexing