anatak Posted December 13, 2013 Share Posted December 13, 2013 What are your thoughts about MySQL vs PostgreSQL ? up till now I always used MySQL and I have no real reason to complain about it. The only thing I wonder is how well it will be maintained in the future since Oracle bought it. PostgreSQL seems like a more advanced DB but I have never used it. Quote Link to comment https://forums.phpfreaks.com/topic/284737-mysql-vs-postgresql/ Share on other sites More sharing options...
scootstah Posted December 16, 2013 Share Posted December 16, 2013 I could see MySQL getting steadily replaced by MariaDB in the future, due to Oracle's general shittiness. As far as MySQL vs PostgreSQL.... ehhhh. A lot of it is personal preference, or whichever you're more comfortable with. Both can be tuned to scale high. Both have tons of features, and you can pretty much accomplish the same things in both. It also depends on what you're building. If you're building something in-house where you can control the environment, then either are great options. However, if you're building something that will be distributed out in the wild, then perhaps MySQL would be better, since it is more likely to be supported on random web hosts (this problem can be mitigated by using PDO, though). Quote Link to comment https://forums.phpfreaks.com/topic/284737-mysql-vs-postgresql/#findComment-1462424 Share on other sites More sharing options...
anatak Posted December 17, 2013 Author Share Posted December 17, 2013 thank you. I forgot about MariaDB. Yes I fear that Oracle will probably destroy MySQL but knowing that MariaDB is an open alternative has made me at ease to continue using MySQL for the future and probably change to MariaDB with the next hardware / development upgrade. Quote Link to comment https://forums.phpfreaks.com/topic/284737-mysql-vs-postgresql/#findComment-1462507 Share on other sites More sharing options...
DonaldParker1 Posted December 18, 2013 Share Posted December 18, 2013 hello Both are excellent products with unique strengths, and the choice is often a matter of personal preference.I am trying to differentiate MySQl and PoatgreSQl. PostgreSQL has more GIS functions but i am going with MySQL Because of its features.This is my point of view 1.MySQL is relatively faster than PostgreSQL. 2.Database design will be simpler than PostgreSQL. 3.You can create a basic Web-driven Web site. 4.MySQL’s replication has been thoroughly tested. 5.There’s no need for cleanups in MySQL (Vacuum). Quote Link to comment https://forums.phpfreaks.com/topic/284737-mysql-vs-postgresql/#findComment-1462627 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.