Slide 49
Slide 49 text
Postgres 9.6 Parallel Query
Gather: Worker result collection
What are my primes?
- 17 is the first node visited
- Order based on visit point and
total items (17,19, 11, 2, 23, 31)
- Another pass is required to sort
after gathering matching results
- Workers returned as fast as
possible, no location context