Re: Parallel Index Scans
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Haribabu Kommi <kommi.haribabu@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Anastasia Lubennikova <a.lubennikova@postgrespro.ru>, Anastasia Lubennikova <lubennikovaav@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>, Rahila Syed <rahilasyed.90@gmail.com>
Date: 2017-01-27T02:13:23Z
Lists: pgsql-hackers
On Fri, Jan 27, 2017 at 6:53 AM, Haribabu Kommi <kommi.haribabu@gmail.com> wrote: > > > On Mon, Jan 23, 2017 at 5:07 PM, Amit Kapila <amit.kapila16@gmail.com> > wrote: >> >> On Fri, Jan 20, 2017 at 7:29 AM, Haribabu Kommi >> <kommi.haribabu@gmail.com> wrote: >> > I didn't find any better names other than the following, >> > >> > _bt_get_next_parallel_page >> > _bt_set_next_parallel_page >> > >> >> I am not sure using *_next_* here will convey the message because for >> backward scans we set the last page. I am open to changing the names >> of functions if committer and or others prefer the names suggested by >> you. > > > OK. I am fine with it. > I don't have any other comments on the patch. > Thanks for the review. -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Replace min_parallel_relation_size with two new GUCs.
- 51ee6f3160d2 10.0 landed
-
Factor out logic for computing number of parallel workers.
- 716c7d4b242f 10.0 cited
-
Support condition variables.
- e8ac886c2477 10.0 cited
-
Allow parallel custom and foreign scans.
- 69d34408e5e7 9.6.0 cited
-
Add a C API for parallel heap scans.
- ee7ca559fcf4 9.6.0 cited