Re: Page Scan Mode in Hash Index
Jesper Pedersen <jesper.pedersen@redhat.com>
From: Jesper Pedersen <jesper.pedersen@redhat.com>
To: Ashutosh Sharma <ashu.coek88@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-23T18:19:12Z
Lists: pgsql-hackers
Hi, On 03/23/2017 02:11 PM, Ashutosh Sharma wrote: > On Thu, Mar 23, 2017 at 8:29 PM, Jesper Pedersen > <jesper.pedersen@redhat.com> wrote: >> 0001v2: >> >> In hashgettuple() you can remove the 'currItem' and 'offnum' from the 'else' >> part, and do the assignment inside >> >> if (so->numKilled < MaxIndexTuplesPerPage) >> >> instead. >> > > Done. Please have a look into the attached v3 patch. > >> >> No new comments for 0002 and 0003. > > okay. Thanks. > I'll keep the entry in 'Needs Review' if Alexander, or others, want to add their feedback. (Best to post the entire patch series each time) Best regards, Jesper
Commits
-
Remove lsn from HashScanPosData.
- 22c5e73562c5 11.0 landed
-
Fix trivial mistake in README.
- 79a4a665c046 11.0 landed
-
hash: Implement page-at-a-time scan.
- 7c75ef571579 11.0 landed
-
Reduce pinning and buffer content locking for btree scans.
- 2ed5b87f96d4 9.5.0 cited