1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What are pros and cons of PostgreSQL and MySQL?

Discussion in 'Databases' started by Karthika Qpt, Mar 1, 2016.

  1. #1
    What are pros and cons of PostgreSQL and MySQL?
     
    Karthika Qpt, Mar 1, 2016 IP
  2. heat23

    heat23 Member

    Messages:
    18
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    40
    #2
    Depends what you are trying to do... What programming language and server environment are you going to be using it on? What coding frameworks (if any) are you using?
     
    heat23, Apr 4, 2016 IP
  3. K Padmapriya

    K Padmapriya Member

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #3
    PostgreSQL is scalable and can handle terabytes of data, it supports JSON, it contains variety of predefined functions and number of interfaces. The disadvantages are like configuration is confusing, documentation can be spotty, speed may vary during large operations.
    MySQL offers a lot of functionality, contains variety of user interfaces, it can work with DB2 and Oracle. Disadvantages are like no built-in support for XML or OLAP, needs lot of time and effort to get MySQL.
     
    K Padmapriya, Nov 8, 2017 IP
  4. bojanvuk

    bojanvuk Active Member

    Messages:
    73
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    55
    #4
    Almost every hosting provider gives you Mysql DB access with your hosting account, so if you want to develop something that everyone can use go for Mysql.
    PostgreSQL is more advanced and complex it can be a replacement for high end DB systems like Oracle or MS SQL, but probably you will have to install it yourself on VPS or full server account.
    Unless you have a very specific need you can safely go with Mysql or it's clones like MariaDB.
    Good luck.
     
    bojanvuk, Nov 24, 2017 IP