Re: Delete, foreign key, index usage - Mailing list pgsql-performance

From Rick Otten
Subject Re: Delete, foreign key, index usage
Date
Msg-id CAMAYy4KMt-NxqmhNmLr5gxH_WOJqnmP17BGXCj1G37YMk2jR2Q@mail.gmail.com
Whole thread Raw
In response to Re: Delete, foreign key, index usage  (Johann Spies <johann.spies@gmail.com>)
List pgsql-performance

On Wed, Apr 5, 2017 at 6:40 AM, Johann Spies <johann.spies@gmail.com> wrote:
On 4 April 2017 at 14:07, Johann Spies <johann.spies@gmail.com> wrote:

> Why would that be?

To answer my own question.  After experimenting a lot we found that
9.6 uses a parallel seqscan that is actually a lot faster than using
the index on these large tables.

This, to us was a surprise!


If you have modern GPU's available, you could try the pg-strom extension - https://github.com/pg-strom/devel
It leverages GPU's to further parallelize scans.


pgsql-performance by date:

Previous
From: Johann Spies
Date:
Subject: Re: Delete, foreign key, index usage
Next
From: Dinesh Chandra 12108
Date:
Subject: How to send content of log file in official mailid.