Re: Few questions on postgresql (dblink, 2pc, clustering) - Mailing list pgsql-general

From Jan Wieck
Subject Re: Few questions on postgresql (dblink, 2pc, clustering)
Date
Msg-id 4129FC80.9030607@Yahoo.com
Whole thread Raw
In response to Few questions on postgresql (dblink, 2pc, clustering)  (Jim Worke <jimworke@inbox.lv>)
List pgsql-general
On 8/21/2004 10:34 PM, Jim Worke wrote:

> Another thing that bothers us is that we can't find any multi-master
> clustering solution in PostgreSQL.  We're actually evaluating MySQL's own
> clustering solution, but it's production quality release is still slated for
> MySQL 5.0.

And with all the different table types available, MySQL has successfully
created a lot of confusion. Note that all the latest and greatest
features that became available with InnoDB tables will again be on your
wishlist when using NDB Cluster. InnoDB and NDB Cluster transactions are
not ACID together, only each of them inside of its table handler is. NDB
Cluster tables will not support foreign keys and the last I heard was
that unique constraints are pretty expensive because of their "funky"
implementation as separate tables.

Another little detail is that NDB Cluster is an in-memory table type.
And to get your failover capabilities, the data must be in memory at
least twice. So you need 2x your entire DB size plus overhead like OS
and a little room to breathe in RAM. With a 100GB database, this will
get funny on the network side too because you will want to have better
than gigabit ethernet.


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

pgsql-general by date:

Previous
From: Thomas Hallgren
Date:
Subject: Re: Unsupported 3rd-party solutions (Was: Few questions
Next
From: Bruce Momjian
Date:
Subject: Re: Unsupported 3rd-party solutions (Was: Few questions