Re: [HACKERS] Speedups - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Speedups
Date
Msg-id 199803041630.LAA13724@candle.pha.pa.us
Whole thread Raw
In response to Speedups  (jwieck@debis.com (Jan Wieck))
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Claiming Items
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [QUESTIONS] Re: [HACKERS] text should be a blob field