Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > PostgreSQL > postgress and mysql on one server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-03, 08:03
rosenaldo rosenaldo is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
postgress and mysql on one server

Hello

We have just built an online system for one of our clients using a mysql database.

They are now considering building another system on the same server but this time using a Postgress database.

We are concerned that this may inhibit the perfomance of the system currently running on the server. For other reasons such as security and maintenance we are trying to discourage them from taking this route. We believe that the other system should be built on another server.

Does anyone out there have any experience of the two databases running on one machine and causing problems. Please let me know if you have!

Cheers
Billy.
Reply With Quote
  #2 (permalink)  
Old 07-03-03, 12:09
KarlAustin KarlAustin is offline
Registered User
 
Join Date: Jul 2003
Location: UK
Posts: 3
We run postgresql and mysql on the same server for our virtual hosting customers, doesn't seem to cause any problems, but then I wouldn't expect it to do so if things are kept balanced out, as long as the number of DBs and users and usage are kept as sensible levels then you won't have any more problems running both than you would just running one. The only downfall I can see is that you may have your server optimised for mySQL which may make it less optimum for pgSQL - but if you're only developing the system then it's not a problem, but if you plan to run two live systems then it is something to consider.

Thanks,
__________________
Karl Austin
KDA Web Services Ltd.
Reply With Quote
  #3 (permalink)  
Old 07-03-03, 12:58
rosenaldo rosenaldo is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
Quote:
Originally posted by KarlAustin
We run postgresql and mysql on the same server for our virtual hosting customers, doesn't seem to cause any problems, but then I wouldn't expect it to do so if things are kept balanced out, as long as the number of DBs and users and usage are kept as sensible levels then you won't have any more problems running both than you would just running one. The only downfall I can see is that you may have your server optimised for mySQL which may make it less optimum for pgSQL - but if you're only developing the system then it's not a problem, but if you plan to run two live systems then it is something to consider.

Thanks,


This is as we suspected - not a problem to run both if DB usage is reasonable. As you say though something to consider if both systems are running with high traffic.

Cheers
Billy.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On