Re: Parallel Index-only scan

From: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
To: Rafia Sabih <rafia(dot)sabih(at)enterprisedb(dot)com>, Rahila Syed <rahilasyed90(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel Index-only scan
Date: 2017-01-30 11:36:28
Message-ID: a3c4b335-3e65-9917-ce59-01dbaf30281b@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/19/2017 05:37 PM, Rafia Sabih wrote:
> Please find the attached file rebased patch of parallel index-only
> scan on the latest Parallel index-scan patch [1].
We did some testing of this feature and written few testcases. PFA the
sql script(along with the expected .out files)

In addition we have generated the LCOV (code coverage) report and
compared the files which are changed for this.
You can see the numbers for "with_patch" V/s "with_patch+TestCases"
(.pdf file is attached)

--
regards,tushar
EnterpriseDB https://www.enterprisedb.com/
The Enterprise PostgreSQL Company

Attachment Content-Type Size
pios_v2.sql text/x-sql 8.6 KB
pios_v2.out text/plain 28.4 KB
pios.pdf application/pdf 50.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-01-30 12:04:18 Re: Subtle bug in "Simplify tape block format" commit
Previous Message Etsuro Fujita 2017-01-30 11:30:51 Re: Push down more full joins in postgres_fdw