Re[2]: [PHP] Very slow pg access

2002-06-22 Thread Uros Gruber
Hi! Sunday, June 23, 2002, 1:21:07 AM, you wrote: F> I find it impossible that PHP should be "slow". PHP's Pg functions are - F> and shouldn't be - nothing more or else than a frontend to the Pg API. F> The problem is most likely that you are not comparing the same values. I F> think the ana

Re: [PHP] Very slow pg access

2002-06-22 Thread Frank
I find it impossible that PHP should be "slow". PHP's Pg functions are - and shouldn't be - nothing more or else than a frontend to the Pg API. The problem is most likely that you are not comparing the same values. I think the analyze values are calculated "internal" values that has little to

[PHP] Very slow pg access

2002-06-21 Thread Uros Gruber
Hi! i made some benchmarks because my script is somehow very slow. In this script i execute 3 queries to PostgreSQL server and one connect string. I connect to socket. I check this queries in pg with explain analyze and i have result 1.18ms so i add a little and let say that for those 3 queries