Parallel Sequential Scans in play

from blog PostgreSQL and Databases in general, | ↗ original
Parallelism is now reality in PostgreSQL. With 9.6, I hope we will see many different form of queries that can use parallelism to execute. For now, I will limit this discussion to what we can already do, which is Parallel Sequential Scans. Parallel Sequential Scans are used to scan a relation parallely with the help of background workers which...