Hi there
i set up php+db2+zend+ap ache2 on my linux server (debian/etch amd) and
have great problems with the performance of queries. I currently have
50 empty tables and 2 filled ones (one with 11 rows, the other with 60)
if i issue a simple "select * from table1" (11 results), its takes up to
6 seconds to get the result. Other dynamic pages, but without db access
return in 200ms.
Does anybody know if this is typical for an php-app with express-c ?
Where can i start to tune the system?
(Server is an AMD Athlon 64 X2 6000+, Dual Core with 6gb RAM)
--
MfG, Christian Welzel aka Gawain@Regenbog en
GPG-Key: http://www.camlann.de/key.asc
Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
i set up php+db2+zend+ap ache2 on my linux server (debian/etch amd) and
have great problems with the performance of queries. I currently have
50 empty tables and 2 filled ones (one with 11 rows, the other with 60)
if i issue a simple "select * from table1" (11 results), its takes up to
6 seconds to get the result. Other dynamic pages, but without db access
return in 200ms.
Does anybody know if this is typical for an php-app with express-c ?
Where can i start to tune the system?
(Server is an AMD Athlon 64 X2 6000+, Dual Core with 6gb RAM)
--
MfG, Christian Welzel aka Gawain@Regenbog en
GPG-Key: http://www.camlann.de/key.asc
Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
Comment