[Ilugc] PHP Pear DB

  • From: karthikeyan.balasubramanian@xxxxxxxxxxxxx (karthikeyan)
  • Date: Sat Sep 11 20:37:25 2004

Hi,

Hi all,

I would like to know if using PEAR DB conectivity in PHP would create
any issues regarding the speed of a web site interaction as the number
of connections increase. I am designing a small college database and
would at the maximum have 250 simultaneous connections (all the
students logging in to check there results.as the system will most
probably remain off line there will be a maximum of 250 local
connecions i presume. However depending upon the feedback may have to
put it on the main portal itself (which would be gr8) ). Would like to
keep the system open to usage of both PostgreSQL. and MySQL.( Also
would try to use something new :-)

Also I have used MySQL and am now shifting to PostgreSQL. Would like
to know why it is not such a common platform with PHP. Guess speed is
1 factor. But after that i think PostgreSQL is more feature rich.

 

Should I use MySQL  or PostgreSQL?

Well then Yahoo uses MySQL.  I dont see any reason why
you should go for PostgreSQL.

Should I use PEAR DB Connectivity?

Well if you want maximum performance then don't.  If you want
to switch over to some other database i.e PostgreSQL in future then
go with Abstraction Layers.  Its the compromise you have to make
between speed and maintainability.

HTH

Karthikeyan B



Other related posts: