Re: database not using indexes - Mailing list pgsql-admin

From Craig Ringer
Subject Re: database not using indexes
Date
Msg-id 4EBB3A3C.1090706@ringerc.id.au
Whole thread Raw
In response to Re: database not using indexes  (Silvio Brandani <silvio.brandani@tech.sdb.it>)
List pgsql-admin
On 10/11/11 01:06, Silvio Brandani wrote:
> Ok,
>
> the problem was  on a big table on query like this:
>
> select outmessage0_.out_msg_id as out1_0_
> from edi.out_messages outmessage0_, edi.transaction_set_partners
> transactio1_
> where outmessage0_.transaction_set_partner=transactio1_.trn_set_prtn_id
> and outmessage0_.status_id='TOSND'
> and transactio1_.legacy_sender_id='ALL'
> and transactio1_.legacy_receiver_id='00004542'
> and outmessage0_.transaction_set_id='INTERNAL_USE'
> order by outmessage0_.out_msg_id


Please read:

  http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

and as linked to there, read:

  http://wiki.postgresql.org/wiki/SlowQueryQuestions

then try again including all the information you are asked for. In
particular, you have not included EXPLAIN ANALYZE output or any
information about your PostgreSQL version. Failure to provide that
information makes it difficult or impossible to answer your question,
wasting your time and everyone else's.

We don't link to that document just for fun. It's information that is
important to answer questions properly.

--
Craig Ringer

pgsql-admin by date:

Previous
From: Craig Ringer
Date:
Subject: Re: database not using indexes
Next
From: "Ruslan A. Bondar"
Date:
Subject: Re: How to deal with corrupted database?