Re: database not using indexes

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: database not using indexes
Дата
Msg-id 4EBB3A3C.1090706@ringerc.id.au
обсуждение исходный текст
Ответ на Re: database not using indexes  (Silvio Brandani <silvio.brandani@tech.sdb.it>)
Список 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 по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: database not using indexes
Следующее
От: "Ruslan A. Bondar"
Дата:
Сообщение: Re: How to deal with corrupted database?