Domain: continuent.org
Stories and comments across the archive that link to continuent.org.
Comments · 8
-
Re:Looks a bit slashvertisment-y
Too hard for me. Where is the source code and what is the license? The downloads from https://forge.continuent.org/frs/?group_id=26 dont contain source and the svn repoistory svn://svn.forge.continuent.org/svnroot/treplicator does not work with my svn client or the browser link on the gforge page.
-
I've Got It!
Since it's Cocoa-like, we have to rename it Carob. Quick, somebody get their acronym generator going!
Too slow! Already taken. -
What about clustering?Clustering and High-Availability aspects are not mentioned at all.
MySQL speed will really depend on the database engine you use (MyISAM or InnoDB do not perform the same!). PostgreSQL performance is pretty much consistent across platforms.
On the HA side, PostgreSQL has maybe less options: Slony/I (http://gborg.postgresql.org/project/slony1/) for master/slave or Sequoia (http://sequoia.continuent.org/) for multi-master.
MySQL offers MySQL replication (http://dev.mysql.com/doc/refman/5.0/en/replicatio n.html) for master/slave, MySQL cluster (http://dev.mysql.com/doc/refman/5.0/en/mysql-clus ter.html) for those who want to switch to a new storage engine (NDB) or Sequoia (URL:http://sequoia.continuent.org/) for multi-master with transparent failover. -
Re:Sequoia/CJDBC
Sequoia provides both load balancing and failover. It supports all MySQL table types (and also other databases). One nice feature is transparent failover that completely hides any failure (connection, controller, backend) even in a middle of a transaction.
Note that Sequoia now has a native implementation of the MySQL client library to allow any other API besides JDBC.
For other databases, ODBC support is also available in the Carob project. -
Re:Sequoia/CJDBC
Sequoia provides both load balancing and failover. It supports all MySQL table types (and also other databases). One nice feature is transparent failover that completely hides any failure (connection, controller, backend) even in a middle of a transaction.
Note that Sequoia now has a native implementation of the MySQL client library to allow any other API besides JDBC.
For other databases, ODBC support is also available in the Carob project. -
Re:Sequoia/CJDBC
Sequoia provides both load balancing and failover. It supports all MySQL table types (and also other databases). One nice feature is transparent failover that completely hides any failure (connection, controller, backend) even in a middle of a transaction.
Note that Sequoia now has a native implementation of the MySQL client library to allow any other API besides JDBC.
For other databases, ODBC support is also available in the Carob project. -
Re:Sequoia/CJDBC
Sequoia provides both load balancing and failover. It supports all MySQL table types (and also other databases). One nice feature is transparent failover that completely hides any failure (connection, controller, backend) even in a middle of a transaction.
Note that Sequoia now has a native implementation of the MySQL client library to allow any other API besides JDBC.
For other databases, ODBC support is also available in the Carob project. -
Re:features
There is now a product for PostgreSQL replication called p/cluster. Check http://www.continuent.com/index.php?option=com_co
n tent&task=view&id=212&Itemid=169
An open source version is also available from http://www.continuent.org/