[PERFORM] Postgresql7.4.5 running slow on plpgsql function

2005-06-27 Thread Chun Yit(Chronos)
>hi, need some help with some experts here. >currently we have a function that use together with temp table, it calls search result function, everytime >this function is calling, it will go through some filter before come out as a result. >now we have some major problem , the first time the

[PERFORM] it is always delete temp table will slow down the postmaster?

2005-08-10 Thread Chun Yit(Chronos)
> >hi, i got one situation here, i create one pl/pgsql function that using temp table to store temporary data. >wherever i execute my function, i need to delete all the data inside the temp table, but this will slow down the >searching function if i conitnue to run the server because old tu

Re: [PERFORM] it is always delete temp table will slow down the postmaster?

2005-08-11 Thread Chun Yit(Chronos)
- Original Message - From: "Qingqing Zhou" <[EMAIL PROTECTED]> To: Sent: Thursday, August 11, 2005 2:37 PM Subject: Re: [PERFORM] it is always delete temp table will slow down the postmaster? ""Chun Yit(Chronos)"" <[EMAIL PROTECTED]>

[PERFORM] postmaster memory keep going up????

2005-08-25 Thread Chun Yit(Chronos)
>I have a pl/pgsql function that using temp table to perform searching logic, >we have one server running on 512MB, Red Hat 9.0, postgresql-7.4.5. >the problem is the pl/pgsql function that i created will increase postmaster memory when calling to function >become more frequent, i did a test