Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

IMHO, that (2007) postgresql-'gotchas' webpage is not very useful anymore: almost all of these so-called 'gotchas' were relevant only to pretty old versions of Pg.

Here is a list of release dates:

pg version 7.4:  2003
pg version 8.0:  2005
pg version 8.1:  2005
pg version 8.2:  2006
pg version 8.3:  2008
pg version 8.4:  2009

Running a version older than 8.3 is rarely necessary.

Re: comparison PostgreSQL - Oracle: important things that are missing or not good enough in current (=8.4) postgresql:

  • Replication: there are (good) replication solutions, but all are outside projects. Version 9.0, scheduled for later this year, will contain native replication.
  • In-place upgrades: Upgrades need a dump and restore - and not all databases can afford that downtime. (Version 9.0 will probably have an in-place upgrade facility.)
  • Partitioning: possible, but limited to a few hundred partitions.

Then again, compared to Oracle, PostgreSQL is much more immune to over-deployment ;-)

Update (2012.10.27):

PostgreSQL now has native replication (both asynchronous and synchronous (it cannot do synchronous multimaster).

In-place upgrade is also now provided.

Partitioning remains a somewhat weak point. (although it works well enough for many common scenarios)

Update (2018.10.27):

PostgreSQL 10 has logical replication (i.e., you can limit replication to only the necessary tables)

PostgreSQL 10 has much improved partitioning.


In reply to Re^3: What is your favourite Linux or cross-platform database? by erix
in thread What is your favourite Linux or cross-platform database? by Steve_BZ

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found