Seo Forum

Web Administration => Databases => Topic started by: Seofinder on 04-21-2010, 18:27:19

Title: MySQL or PostgreSQL
Post by: Seofinder on 04-21-2010, 18:27:19
Something has surprised me. I can not remember a single post on this forum about

   1. PostgreSQL: The world's most advanced open source database postgresql site:webproworld.com 41 hits but
   2. many about MySQL :: The world's most popular open source database mysql site:webproworld.com 1230 hits

Both are free and some database experts seem to agree that PosgreSQL is a better database platform.

So my simple question is why do so many seem to prefer MySQL over PostgreSQL?

Is it simply because of a larger online community?
Title: Re: MySQL or PostgreSQL
Post by: Sevam on 04-21-2010, 18:30:07
MySQL is easier to manage with multiple users on the same server.
This is important for an ISP.
ISP's therefore leaned toward offering MySQL.
Because it was readily available on servers more developers used it.

PostgreSQL is a better choice for enterprise applications.
MySQL is better for non-transactional web site usage.
Title: Re: MySQL or PostgreSQL
Post by: PCKen on 05-09-2010, 11:16:10
Personally I haven't heard of PostgreSQL, I like to stick with popular things like MySQL so I'm less likely to screw up.  But I can see the advantages of PostgreSQL
Title: Re: MySQL or PostgreSQL
Post by: ravi on 10-07-2011, 22:40:29
sql- structured query language...................
Title: Re: MySQL or PostgreSQL
Post by: electra on 12-10-2011, 08:23:02
I believe it's because of the larger online community and that MySQL seems to be more trusted as a database platform because of it's wide usage. I could be wrong though.
Title: Re: MySQL or PostgreSQL
Post by: mmeetkaur3 on 11-06-2012, 22:43:18
I know only sql not postsql.
Title: Re: MySQL or PostgreSQL
Post by: saravanan28 on 06-10-2021, 01:48:40
Postgres is an object-relational database, while MySQL is a purely relational database. This means that Postgres includes features like table inheritance and function overloading, which can be important to certain applications. Postgres also adheres more closely to SQL standards.
Title: Re: MySQL or PostgreSQL
Post by: dark404 on 09-22-2022, 10:26:42
MySQL is easier to manage with multiple users on the same server.
This is important for an ISP.
ISP's therefore leaned toward offering MySQL.
Because it was readily available on servers more developers used it.

PostgreSQL is a better choice for enterprise applications.
MySQL is better for non-transactional web site usage.