LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Linux + Apache + PHP + ??MySQL/PostgreSQL?? (https://www.linuxquestions.org/questions/linux-enterprise-47/linux-apache-php-mysql-postgresql-377479/)

Thakowbbery 10-27-2005 01:02 PM

Linux + Apache + PHP + ??MySQL/PostgreSQL??
 
Good afternoon

We have a system that is accessed through the local intranet will add some entries at a SQL database and also will have a search system.
For that, Linux + Apache + PHP + MySQL would do the job just fine.

But also, in that same db, will have two other systems, and those two combined will sum more than 2000 records a day (which means, adding and deleting from the db).

Now I want to know if MySQL will be able to handle such load. I heard that for things like that PostgreSQL would fit way better.

Can someone help me out with that?

apolinsky 10-28-2005 08:21 AM

2000 rows a day seems to be very minor. You should have no problems with Mysql.

Thakowbbery 10-28-2005 10:27 AM

Hum
How many info traffic do u think MySQL can handle daily?

apolinsky 10-28-2005 12:03 PM

Easily 100 users at a time doing significant processing, depending upon the size of the server. Assuming a reasonably sized server, I would think 100 times your estimate could be handled.

climbingmerlin 10-28-2005 03:18 PM

Both MySQL and Postgresql would be fine... At work we have a Mysql database that is creating 20,000 rows a day when processing a job (very high DB load) and MySQL hardly notices...


All times are GMT -5. The time now is 10:56 AM.