Re: [HACKERS] Speedups

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Speedups
Дата
Msg-id 199803041630.LAA13724@candle.pha.pa.us
обсуждение исходный текст
Ответ на Speedups  (jwieck@debis.com (Jan Wieck))
Список pgsql-hackers
>         Parsing and rule rewriting    14 %
>         Optimizer and planning         6 %
>         Query execution               80 %
>                                     ------
>         Total time in backend        100 %
>

Nice analysis.  Certainly looks like Query Execution is the way to go.
profiling has shown quite a lot to help us.  Usually it is not the
executor itself, but the subsystems it calls.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Claiming Items
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [QUESTIONS] Re: [HACKERS] text should be a blob field