| From: | Gurudutt <guru(at)indvalley(dot)com> |
|---|---|
| To: | pgsql-php(at)postgresql(dot)org |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Maximum Execution Timeout Error!! |
| Date: | 2001-12-19 09:28:51 |
| Message-ID: | 4419501758.20011219145851@indvalley.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-php pgsql-sql |
Hello,
I am using POSTGRESQL Version 7.1.3 and PHP to implement a call center
software. We have real -time updations and querying on the database
almost every 30 seconds.
I am using PEAR DB to realize data abstraction layer.
I am regularly doing VACUUM ANALYZE. I don't know what is making the
system to be very slow, but it takes nearly a minute plus execution
time to do simple fetch operations.
How do I make the system, to perform much faster.
Sometimes I also get the following error..
------- ERROR STARTS------
Fatal error: Maximum execution time of 30 seconds exceeded in DB/pgsql.php on line 163
------- ERROR ENDS------
--
Best regards,
Gurudutt mailto:guru(at)indvalley(dot)com
Life is not fair - get used to it.
Bill Gates
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martín Marqués | 2001-12-19 11:45:27 | Re: Maximum Execution Timeout Error!! |
| Previous Message | Marco Colombo | 2001-12-18 19:23:02 | Re: Function pg_pconnect do not work in FreeBSD |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martín Marqués | 2001-12-19 11:45:27 | Re: Maximum Execution Timeout Error!! |
| Previous Message | Peter Eisentraut | 2001-12-18 22:23:52 | Re: Operation on bit strings with different length |