Re: select query performance question

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: select query performance question
Дата
Msg-id 4A6D76CA0200002500028D73@gw.wicourts.gov
обсуждение исходный текст
Ответ на select query performance question  (Thomas Zaksek <zaksek@ptt.uni-due.de>)
Ответы Re: select query performance question  (Thomas Zaksek <zaksek@ptt.uni-due.de>)
Список pgsql-performance
Thomas Zaksek <zaksek@ptt.uni-due.de> wrote:

> Is this query plan near to optimal or are their any serious flaws?

I didn't see any problem with the query, but with the information
provided, we can't really tell if you need to reconfigure something,
or maybe add an index.

The plan generated for the query is doing an index scan and on one
table and randomly accessing related rows in another, with an average
time per result row of about 4ms.  Either you've got *really* fast
drives or you're getting some benefit from cache.  Some obvious
questions:

What version of PostgreSQL is this?

What OS is the server on?

What does the server hardware look like?  (RAM, drive array, etc.)

What are the non-default lines in the postgresql.conf file?

What are the definitions of these two tables?  How many rows?

-Kevin

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

Предыдущее
От: Matthew Wakeling
Дата:
Сообщение: Re: select query performance question
Следующее
От: Chris Ernst
Дата:
Сообщение: Re: More speed counting rows