Go Back   SitePoint Forums > Forum Index > Program Your Site > PHP
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Sep 9, 2004, 00:26   #1
ArticleBot
SitePoint Articles
 
ArticleBot's Avatar
 
Join Date: Apr 2001
Posts: 0
Article Discussion

This is an article discussion thread for discussing the SitePoint article, "Migrate your site from MySQL to PostgreSQL -- Part 1"
ArticleBot is offline   Reply With Quote
Old Sep 23, 2004, 11:47   #2
Gator99
Non-Member
 
Gator99's Avatar
 
Join Date: Sep 2004
Location: Florida
Posts: 644
It's the old 90/10 theory. 90% of db apps use 10% of the functionality available. Mysql is a streamlined rdbms that offers greater performance by focusing on this 10%. You shouldn't just switch to postgress because you "heard it was more compliant", you should only make the switch if you really need any of the functionality that mysql does not offer and are willing to trade off performance for this. In many instances you can handle these non-supported features through coding, which will maintain the performance of your application, and eliminate the need to "throw the baby out with the bathwater".
Gator99 is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 01:00.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved