Re: Postgres respond after toomany times to a query view

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: Postgres respond after toomany times to a query view
Дата
Msg-id D90A5A6C612A39408103E6ECDD77B8294CE4E9@voyager.corporate.connx.com
обсуждение исходный текст
Ответ на Postgres respond after toomany times to a query view  (Claudia D'amato <claudia.damato@allaxia.com>)
Ответы Re: Postgres respond after toomany times to a query view  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
I suspect if you do "explain" against the SQL of the view, the answer will be apparent.
 
Donning my "Karnak the magnificent hat {borrowed from Johnny Carson}": You are missing an index.
 
For the best help, post the SQL of your view, and also the Schema definition for the tables involved.
-----Original Message-----
From: Claudia D'amato [mailto:claudia.damato@allaxia.com]
Sent: Tuesday, December 16, 2003 2:32 AM
To: pgsql-hackers@postgresql.org
Subject: [HACKERS] Postgres respond after toomany times to a query view

Hi, I am  developing a program using postgres and linux like operating system. My problem is this:
I have a quite complicated view with roughly 10000 record. When I execute a simple query like this
        "select * from myview"
postgres respond after 50 - 55 minutes roughly. I hope that someone can help me with some suggestion about reason of this behavior and some solution to reduce time ti have results. Thank you for your attentions and I hope to receive some feedback as soon as possible

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: 7.4 include file conflict
Следующее
От: claudia.damato@allaxia.com (claudia)
Дата:
Сообщение: Postgres respond after toomany times to a query view