Slashdot Mirror


User: JoshuaPK

JoshuaPK's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:Galera Clustering on Why To Choose PostgreSQL Over MySQL, MariaDB (dice.com) · · Score: 1

    Yes. The company 2ndQuadrant created something called Postgres BDR, and it is designed specifically for geographically diverse master-master replication.

    Here are more details.

  2. Re:Exactly which replication? on Why To Choose PostgreSQL Over MySQL, MariaDB (dice.com) · · Score: 1

    Did you ever try the Postgres built-in streaming replication? Kevin Grittner used to oversee the legal case databases for Wisconsin state courts. He has indicated several times that they've had better luck with Posgres replication than with SQL-Server replication.

  3. Re:SQL Server, thanks on Why To Choose PostgreSQL Over MySQL, MariaDB (dice.com) · · Score: 1

    I'll leave this here. It's an interesting series of videos that explain features of Postgres that SQL Server doesn't have. It also explains why many developers are moving from SQL Server to Postgres.

    Pluralsight Tekpub Postgres videos

  4. Re:Speed an issue on Why To Choose PostgreSQL Over MySQL, MariaDB (dice.com) · · Score: 1

    I know you were joking around, but in some (many?) cases, the document store mode of Postgres is faster than a comparable MongoDB installation.

    Here is one such study.

  5. Re:Speed an issue on Why To Choose PostgreSQL Over MySQL, MariaDB (dice.com) · · Score: 1

    Correction: MySQL used to be easier to use and administer.

    Can you describe what makes MySQL easier to use and administer in present time (versus a few years ago)? I think nowadays they are on-par with each other for ease of use, especially if you're using Windows.

  6. Re:Not rocket science on Why To Choose PostgreSQL Over MySQL, MariaDB (dice.com) · · Score: 1

    It has native "hot standby" replication- you can have one "write" database sever and many "read" servers, as the writes will replicate from the master to the slaves. As of version 9.5, a lot of the stuff will be baked in to the official Postgres to allow for multi-master replication. I reckon 9.6 will have it all the way there. For now, you can download Postgres BDR, which is a supported version of Postgres with multi-master replication.

  7. Re: Not rocket science on Why To Choose PostgreSQL Over MySQL, MariaDB (dice.com) · · Score: 1

    It's not in BETA. It is a product that is fully supported (but still BSD licensed).