Jump to content

[SOLVED] What's The differences between MySQL and PostgreSQL


climbjm

Recommended Posts

I have heard that MySQL runs and does a lot more processing from the memory and PostgreSQL does a lot more from off the disk.  I guess this is if you have a power failure, there is less data loss.

The source I heard this from, is somewhat questionable.

Could someone please explain if this is true?
What are the true differences?  ???

Thank you for your time.
(If you can, please list links to documentation.  I've tried looking but cannot really find anything solid)
Link to comment
Share on other sites

  • 2 weeks later...
Not sure about the memory v. disk question... doesn't seem to make much sence to me!  If there is a power failur your going to lose the data regardles of where it is stored.

The main diffrence is that postgreSQL is truly open source.  This can allow much more room for individual develepment from the back-end side of things.  MySQL is much more common.  For example on most server with php installed MySQL comands are compiled, but pgsql arnt.  PostgreSQL is also capable of doing more back end.  For example calculations, meening a faster service in the program/web script/etc.  Also if you a running a serriously lage amount of data though a database postgreSQL may run a little faster. 

To a large extent i think its down to perfrance, and ultimatly the bult of the queiry comands are very similar!  I have never realy found a satisfactory awnser to the question 'whats the difference?'!!  Must also confes to being a little biast infavior of postgreSQL though!
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.