Slashdot Mirror


Top 5 Reasons People Dismiss PostgreSQL

Jane Walker writes "In an effort to dispel some of the FUD surrounding this impressive product, this article puts forth several of the most commonplace reasons for a user to dismiss PostgreSQL." From the article: "While PostgreSQL's adoption rate continues to accelerate, some folks wonder why that rate isn't even steeper given its impressive array of features. One can speculate that many of the reasons for not considering its adoption tend to be based on either outdated or misinformed sources."

2 of 704 comments (clear)

  1. ...and the number one reason: by fak3r · · Score: 1, Redundant

    Too hard to pronounce.

  2. Re:Interesting article, but not the reasons I hear by adolfojp · · Score: 0, Redundant

    PostgreSQL will always be slower than a MySQL database that uses MyISAM tables. The speed of both databases will be about the same when you use InnoDB tables in MySQL.

    MySQL uses MyISAM by default because it is fast. Then again, MyISAM should not be used for anything more complex or important than storing cooking recipees.

    Cheers, Adolfo