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

From Bruce Momjian
Subject Re: [HACKERS] Hi
Date
Msg-id 199802051647.LAA01295@candle.pha.pa.us
Whole thread Raw
In response to RE: [HACKERS] Hi  ("Meskes, Michael" <meskes@topsystem.de>)
List pgsql-hackers
>
> Okay, here's my idea of how I will get into it:
>
> 1) Try to get my apps going. That is I'll try to port my ORACLE
> applications to postgresql to have some programs to do testing.
> Therefore I need:
> 2) Add Linus' ecpg precompiler for embedded SQL to the dist.
> 3) Try to implement some speed-ups I encounter while playing with my
> apps.
>
> I take it some of you have already run the backend against a profiler.
> Could anyone please tell me which functions need works most?
>

I have already hit many of the speedups people have reported in the
profiler by changing the logic, or inlining part/all of the function.  I
recommend running your own profile and see what it shows.

--
Bruce Momjian
maillist@candle.pha.pa.us

pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] impossible insert data into VARCHAR
Next
From: Ewan Mellor
Date:
Subject: create function bug?