Slashdot Mirror


PostgreSQL 8.1 Available

atani writes "PostgreSQL 8.1 has been posted, though not officially announced as of this moment. This release includes two-phased commits, improved SMP and overall performance, a new role system replaces the older user/group, autovacuum is now within the backend rather than a separate contrib module, and various improvements, performance enhancements, and bugfixes. " You can also read the developer notes for the popular database. One thing is clear- with the newest Postresql and MySql, you have much to choose from.

8 of 261 comments (clear)

  1. Re:Just installed Win32 version by bigHairyDog · · Score: 4, Insightful

    That's the PostGreSQL philosophy - don't hide the complexity. MySQL did that, and was rewarded by popularity and a generation of people who didn't understand database administration. PostGreSQL makes you pay attention to these options, and educates you in the process.

    --

    foo mane padme hum

  2. Re:Postgresql for large databases by Anonymous Coward · · Score: 2, Insightful

    Handling terabytes of data and 100s of millions of records with pgSql is nothing new.

    For details, see

    http://www.powerpostgresql.com/Downloads/terabytes _osc2005.pdf

  3. Re:Congratulations to the PostgreSQL Team! by jadavis · · Score: 3, Insightful

    For real multi-master clustering, I think there are commercial options availabile; but yes, it'll be nice when it's included.

    Replication may never be "included", in the sense that it's a part of the core distribution. There's really no reason to have it there, and several reasons not to:
    (1) New releases of the replication software would have to wait until a new release of PostgreSQL.
    (2) There are many completely different things that go under the heading "replication" that are used in different situations, depending on how often you expect the connections to be up, whether you're replicating for redundancy or speed, etc. Often, a real situation will require using multiple types of replication.
    (3) It puts an extra burden on the developers to maintain every line of code in every piece of replication software as well as the rest of the database.

    What users really want is to have another well-maintained, BSD licensed project that achieves things not possible with Slony-I, PgPool, etc.

    --
    Social scientists are inspired by theories; scientists are humbled by facts.
  4. Re:/. Meta question: a wheelbarrow? by amorico · · Score: 3, Insightful

    I assume it is from the William Carlos Williams Poem, Red Wheelbarrow

    so much depends
    upon
    a red wheel
    barrow

    glazed with rain
    water

    beside the white
    chickens.

    A database being the red wheelbarrow of course. Don't ask about the chickens.

    --
    "The plural of anecdote is not data." -- Roger Brinner
  5. Some ancient history by jd · · Score: 3, Insightful
    The word "wheelbarrow" originates from the ancient burial mounds called barrows and are traditionally the same shape as the more ancient of these, called "long barrows". The common theme being dead stuff buried under large mounds of earth.


    Databases are often used for dead projects, buried under large mounds of data. The parallel would seem to be pretty exact.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  6. Re:Firebird already does all of this by davegaramond · · Score: 2, Insightful

    I feel for the Firebird community, they probably do need more recognition and press. But then, maybe if they could release stuffs more often, they would get mentioned more often too.

    It's hard to get more attention if your "competitors" are of PostgreSQL caliber. Postgres do major releases every 6-12 months and is getting better all the time at faster rate. It's getting picked up by companies and has the strongest open source support around it.

    Meanwhile, when will FB 2.0-final be released? When will I be getting index longer than 240 (or was it in the order of 500) bytes? When will the documentation be half-decent?

    I consider my decision to go with Postgres over Firebird several years ago was the best decision I've ever made.

  7. Re:MySQL is more popular by Anonymous Coward · · Score: 1, Insightful

    • Postgres is generally better than MySQL (though MySQL is closing the gap) in terms of SQL standards compliance and RDBMS-type features. If you're implementing a true DB app, you should definitely give PostgreSQL a second look. But for a web forum, stick with MySQL.


    For a web forum, it really doesn't matter if you use MySQL or PostgreSQL or Firebird or SQLLite. It's whatever your webhost supports.

    I myself do use Postgres as my backend for my hobby webforums but (1) I wrote my own webforums, (2) I host my own servers and (3) I have many years of production experience using PostgreSQL in financial & vendor management apps.
  8. Re:MySQL vs. PostgreSQL by StrawberryFrog · · Score: 2, Insightful

    If poularity is your criterion, then why not run your website on MS Access, and allow only Internet explorer clients, while you listen to Britney Spears, drink coke and eat a big mac?

    I'm not sure exactly what you mean by "dominant", since both databases are free, so neither takes sales from the other. Both are actively developed. PostgreSQL is IMHO better engineered and has more features, and has had them for longer. But postgreSQL has a reputation as not beeing as drool-proof as mySQL. I wouldn't know, I've been using all kinds of databases for a long time; I find PostgreSQL quite pleasant, and mySQL painfully juvenile.

    --

    My Karma: ran over your Dogma
    StrawberryFrog