Re: Query Performance question

From: "Magers, James" <James(dot)Magers(at)turner(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Query Performance question
Date: 2014-07-14 13:18:12
Message-ID: b5a078be76e74517b341a9b76a3c136c@CO2PR07MB601.namprd07.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Thomas,

Thank you. I executed the query this morning after disabling the scan types. I am including links to explain.depesz output for each of the three variations that I executed.

indexscan and bitmapscan off: http://explain.depesz.com/s/sIx
seqscan and bitmapscan off: http://explain.depesz.com/s/GfM
bitmapscan off: http://explain.depesz.com/s/3wna

Thank you,
James

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Thomas Kellerer 2014-07-14 13:48:03 Re: Query Performance question
Previous Message Thomas Kellerer 2014-07-14 07:07:10 Re: Query Performance question