Re: Support tid range scan in parallel? - Mailing list pgsql-hackers

From Cary Huang
Subject Re: Support tid range scan in parallel?
Date
Msg-id 19741fb1e9a.d3a2d419725879.4749970543696365963@highgo.ca
Whole thread Raw
In response to Re: Support tid range scan in parallel?  (Rafia Sabih <rafia.pghackers@gmail.com>)
List pgsql-hackers
Hello 

Sorry David and all who have reviewed the patch, it's been awhile since the patch
was last worked on :(. Thank you all for the reviews and comments! Attached is
the rebased patch that adds support for parallel TID range scans. This feature is
particularly useful scanning large tables where the data needs to be scanned in
sizable segments using a TID range in the WHERE clause to define each segment.
By enabling parallelism, this approach can improve performance compared to
both non-parallel TID range scans and traditional sequential scans.

Regards

Cary Huang
Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Question Regarding Merge Append and Parallel Execution of Index Scans on Partitioned Table
Next
From: Matthias van de Meent
Date:
Subject: Re: Non-reproducible AIO failure