<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://kb.linux-vs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zhaofu</id>
		<title>LVSKB - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://kb.linux-vs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zhaofu"/>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki/Special:Contributions/Zhaofu"/>
		<updated>2026-04-18T23:47:33Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3857</id>
		<title>Database Load Balancing</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3857"/>
				<updated>2006-11-13T01:41:37Z</updated>
		
		<summary type="html">&lt;p&gt;Zhaofu: /* C-JDBC: Flexible Database Clustering Middleware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Open Source Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== C-JDBC: Flexible Database Clustering Middleware ===&lt;br /&gt;
&lt;br /&gt;
C-JDBC (Clustered JDBC) is a freely available, open source, flexible and efficient middleware for database clustering. C-JDBC presents a single virtual database to the application through the JDBC interface. It does not require any modification to JDBC-based applications. It works with any database engine that provides a JDBC driver, without modification to the database engine. The flexible architecture of C-JDBC supports large and complex database cluster architectures offering various performance, fault tolerance and availability.&lt;br /&gt;
&lt;br /&gt;
See http://c-jdbc.objectweb.org/&lt;br /&gt;
&lt;br /&gt;
Sequoia is the new version of the C-JDBC project under Apache license. The website is http://sequoia.continuent.org/HomePage.&lt;br /&gt;
&lt;br /&gt;
And Another related project is Carob, Bringing Sequoia technology to the C/C++ world. The web page is http://carob.continuent.org/HomePage.&lt;br /&gt;
Carob's purpose is to offer Sequoia access to ODBC, C and C++ client applications.&lt;br /&gt;
&lt;br /&gt;
=== SQL Relay ===&lt;br /&gt;
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:&lt;br /&gt;
* speeding up database-driven web-based applications&lt;br /&gt;
* enhancing the scalability of database-driven web-based applications&lt;br /&gt;
* distributing access to replicated databases&lt;br /&gt;
* throttling database access&lt;br /&gt;
* accessing databases from unsupported platforms&lt;br /&gt;
* migrating applications from one database to another &lt;br /&gt;
&lt;br /&gt;
See http://sqlrelay.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
''PS: This text is copied from SQLrelay's home page.''&lt;br /&gt;
&lt;br /&gt;
=== MySQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
MySQL supports couple of different ways to increase database availability and scalability. Most commonly used way of increasing availability is replication. Replication, as its name indicates, copies data from one master server to slave(s) and it has been available since MySQL 3.23. Starting with MySQL 4.1 a new storage engine introduced called NDB and NDB stands for Network Data Base. Although most people thinks that replication is a form of clustering, in MySQL world, cluster is actually a set of NDB nodes.&lt;br /&gt;
&lt;br /&gt;
NDB nodes uses memory to store data and keeps at least 2 copies of data on 2 seperate boxes. In essence, it is almost like Raid arrays (level 1 in this case) using memory instead of hard drives. Minimum requirement for a MySQL cluster is 3 boxes. 2 of these boxes store data in their memory and they're called Data Nodes. At least one box needed for SQL node, and it acts as a regular database server where applications are connecting to.&lt;br /&gt;
&lt;br /&gt;
More info about MySQL clustering concepts can be found at : &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-basics.html&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-overview.html&lt;br /&gt;
&lt;br /&gt;
:''MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
== Commercial Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Oracle Real Application Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== IBM DB2 Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== Microsoft SQL Server Clusters ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{load-balancing-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Load Balancing]]&lt;/div&gt;</summary>
		<author><name>Zhaofu</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3856</id>
		<title>Database Load Balancing</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3856"/>
				<updated>2006-11-12T12:57:32Z</updated>
		
		<summary type="html">&lt;p&gt;Zhaofu: /* Emic Networks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Open Source Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== C-JDBC: Flexible Database Clustering Middleware ===&lt;br /&gt;
&lt;br /&gt;
C-JDBC (Clustered JDBC) is a freely available, open source, flexible and efficient middleware for database clustering. C-JDBC presents a single virtual database to the application through the JDBC interface. It does not require any modification to JDBC-based applications. It works with any database engine that provides a JDBC driver, without modification to the database engine. The flexible architecture of C-JDBC supports large and complex database cluster architectures offering various performance, fault tolerance and availability.&lt;br /&gt;
&lt;br /&gt;
See http://c-jdbc.objectweb.org/&lt;br /&gt;
&lt;br /&gt;
Sequoia is the new version of the C-JDBC project under Apache license. The website is http://sequoia.continuent.org/HomePage.&lt;br /&gt;
&lt;br /&gt;
and Carob，Bringing Sequoia technology to the C/C++ world. http://carob.continuent.org/HomePage&lt;br /&gt;
Carob's purpose is to offer Sequoia access to ODBC, C and C++ client applications.&lt;br /&gt;
&lt;br /&gt;
=== SQL Relay ===&lt;br /&gt;
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:&lt;br /&gt;
* speeding up database-driven web-based applications&lt;br /&gt;
* enhancing the scalability of database-driven web-based applications&lt;br /&gt;
* distributing access to replicated databases&lt;br /&gt;
* throttling database access&lt;br /&gt;
* accessing databases from unsupported platforms&lt;br /&gt;
* migrating applications from one database to another &lt;br /&gt;
&lt;br /&gt;
See http://sqlrelay.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
''PS: This text is copied from SQLrelay's home page.''&lt;br /&gt;
&lt;br /&gt;
=== MySQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
MySQL supports couple of different ways to increase database availability and scalability. Most commonly used way of increasing availability is replication. Replication, as its name indicates, copies data from one master server to slave(s) and it has been available since MySQL 3.23. Starting with MySQL 4.1 a new storage engine introduced called NDB and NDB stands for Network Data Base. Although most people thinks that replication is a form of clustering, in MySQL world, cluster is actually a set of NDB nodes.&lt;br /&gt;
&lt;br /&gt;
NDB nodes uses memory to store data and keeps at least 2 copies of data on 2 seperate boxes. In essence, it is almost like Raid arrays (level 1 in this case) using memory instead of hard drives. Minimum requirement for a MySQL cluster is 3 boxes. 2 of these boxes store data in their memory and they're called Data Nodes. At least one box needed for SQL node, and it acts as a regular database server where applications are connecting to.&lt;br /&gt;
&lt;br /&gt;
More info about MySQL clustering concepts can be found at : &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-basics.html&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-overview.html&lt;br /&gt;
&lt;br /&gt;
:''MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
== Commercial Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Oracle Real Application Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== IBM DB2 Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== Microsoft SQL Server Clusters ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{load-balancing-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Load Balancing]]&lt;/div&gt;</summary>
		<author><name>Zhaofu</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3855</id>
		<title>Database Load Balancing</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3855"/>
				<updated>2006-11-12T12:53:19Z</updated>
		
		<summary type="html">&lt;p&gt;Zhaofu: /* C-JDBC: Flexible Database Clustering Middleware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Open Source Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== C-JDBC: Flexible Database Clustering Middleware ===&lt;br /&gt;
&lt;br /&gt;
C-JDBC (Clustered JDBC) is a freely available, open source, flexible and efficient middleware for database clustering. C-JDBC presents a single virtual database to the application through the JDBC interface. It does not require any modification to JDBC-based applications. It works with any database engine that provides a JDBC driver, without modification to the database engine. The flexible architecture of C-JDBC supports large and complex database cluster architectures offering various performance, fault tolerance and availability.&lt;br /&gt;
&lt;br /&gt;
See http://c-jdbc.objectweb.org/&lt;br /&gt;
&lt;br /&gt;
Sequoia is the new version of the C-JDBC project under Apache license. The website is http://sequoia.continuent.org/HomePage.&lt;br /&gt;
&lt;br /&gt;
and Carob，Bringing Sequoia technology to the C/C++ world. http://carob.continuent.org/HomePage&lt;br /&gt;
Carob's purpose is to offer Sequoia access to ODBC, C and C++ client applications.&lt;br /&gt;
&lt;br /&gt;
=== SQL Relay ===&lt;br /&gt;
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:&lt;br /&gt;
* speeding up database-driven web-based applications&lt;br /&gt;
* enhancing the scalability of database-driven web-based applications&lt;br /&gt;
* distributing access to replicated databases&lt;br /&gt;
* throttling database access&lt;br /&gt;
* accessing databases from unsupported platforms&lt;br /&gt;
* migrating applications from one database to another &lt;br /&gt;
&lt;br /&gt;
See http://sqlrelay.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
''PS: This text is copied from SQLrelay's home page.''&lt;br /&gt;
&lt;br /&gt;
=== MySQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
MySQL supports couple of different ways to increase database availability and scalability. Most commonly used way of increasing availability is replication. Replication, as its name indicates, copies data from one master server to slave(s) and it has been available since MySQL 3.23. Starting with MySQL 4.1 a new storage engine introduced called NDB and NDB stands for Network Data Base. Although most people thinks that replication is a form of clustering, in MySQL world, cluster is actually a set of NDB nodes.&lt;br /&gt;
&lt;br /&gt;
NDB nodes uses memory to store data and keeps at least 2 copies of data on 2 seperate boxes. In essence, it is almost like Raid arrays (level 1 in this case) using memory instead of hard drives. Minimum requirement for a MySQL cluster is 3 boxes. 2 of these boxes store data in their memory and they're called Data Nodes. At least one box needed for SQL node, and it acts as a regular database server where applications are connecting to.&lt;br /&gt;
&lt;br /&gt;
More info about MySQL clustering concepts can be found at : &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-basics.html&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-overview.html&lt;br /&gt;
&lt;br /&gt;
:''MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk.''&lt;br /&gt;
&lt;br /&gt;
====Emic Networks====&lt;br /&gt;
&lt;br /&gt;
a long-time provider of clusters for MySQL. The code is released under&lt;br /&gt;
the Apache Public License.&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
== Commercial Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Oracle Real Application Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== IBM DB2 Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== Microsoft SQL Server Clusters ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{load-balancing-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Load Balancing]]&lt;/div&gt;</summary>
		<author><name>Zhaofu</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3854</id>
		<title>Database Load Balancing</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3854"/>
				<updated>2006-11-12T12:52:07Z</updated>
		
		<summary type="html">&lt;p&gt;Zhaofu: /* Emic Networks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Open Source Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== C-JDBC: Flexible Database Clustering Middleware ===&lt;br /&gt;
&lt;br /&gt;
C-JDBC (Clustered JDBC) is a freely available, open source, flexible and efficient middleware for database clustering. C-JDBC presents a single virtual database to the application through the JDBC interface. It does not require any modification to JDBC-based applications. It works with any database engine that provides a JDBC driver, without modification to the database engine. The flexible architecture of C-JDBC supports large and complex database cluster architectures offering various performance, fault tolerance and availability.&lt;br /&gt;
&lt;br /&gt;
See http://c-jdbc.objectweb.org/&lt;br /&gt;
&lt;br /&gt;
Sequoia is the new version of the C-JDBC project under Apache license. The website is http://sequoia.continuent.org/HomePage.&lt;br /&gt;
&lt;br /&gt;
=== SQL Relay ===&lt;br /&gt;
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:&lt;br /&gt;
* speeding up database-driven web-based applications&lt;br /&gt;
* enhancing the scalability of database-driven web-based applications&lt;br /&gt;
* distributing access to replicated databases&lt;br /&gt;
* throttling database access&lt;br /&gt;
* accessing databases from unsupported platforms&lt;br /&gt;
* migrating applications from one database to another &lt;br /&gt;
&lt;br /&gt;
See http://sqlrelay.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
''PS: This text is copied from SQLrelay's home page.''&lt;br /&gt;
&lt;br /&gt;
=== MySQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
MySQL supports couple of different ways to increase database availability and scalability. Most commonly used way of increasing availability is replication. Replication, as its name indicates, copies data from one master server to slave(s) and it has been available since MySQL 3.23. Starting with MySQL 4.1 a new storage engine introduced called NDB and NDB stands for Network Data Base. Although most people thinks that replication is a form of clustering, in MySQL world, cluster is actually a set of NDB nodes.&lt;br /&gt;
&lt;br /&gt;
NDB nodes uses memory to store data and keeps at least 2 copies of data on 2 seperate boxes. In essence, it is almost like Raid arrays (level 1 in this case) using memory instead of hard drives. Minimum requirement for a MySQL cluster is 3 boxes. 2 of these boxes store data in their memory and they're called Data Nodes. At least one box needed for SQL node, and it acts as a regular database server where applications are connecting to.&lt;br /&gt;
&lt;br /&gt;
More info about MySQL clustering concepts can be found at : &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-basics.html&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-overview.html&lt;br /&gt;
&lt;br /&gt;
:''MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk.''&lt;br /&gt;
&lt;br /&gt;
====Emic Networks====&lt;br /&gt;
&lt;br /&gt;
a long-time provider of clusters for MySQL. The code is released under&lt;br /&gt;
the Apache Public License.&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
== Commercial Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Oracle Real Application Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== IBM DB2 Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== Microsoft SQL Server Clusters ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{load-balancing-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Load Balancing]]&lt;/div&gt;</summary>
		<author><name>Zhaofu</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3853</id>
		<title>Database Load Balancing</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3853"/>
				<updated>2006-11-12T12:51:48Z</updated>
		
		<summary type="html">&lt;p&gt;Zhaofu: /* MySQL Clusters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Open Source Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== C-JDBC: Flexible Database Clustering Middleware ===&lt;br /&gt;
&lt;br /&gt;
C-JDBC (Clustered JDBC) is a freely available, open source, flexible and efficient middleware for database clustering. C-JDBC presents a single virtual database to the application through the JDBC interface. It does not require any modification to JDBC-based applications. It works with any database engine that provides a JDBC driver, without modification to the database engine. The flexible architecture of C-JDBC supports large and complex database cluster architectures offering various performance, fault tolerance and availability.&lt;br /&gt;
&lt;br /&gt;
See http://c-jdbc.objectweb.org/&lt;br /&gt;
&lt;br /&gt;
Sequoia is the new version of the C-JDBC project under Apache license. The website is http://sequoia.continuent.org/HomePage.&lt;br /&gt;
&lt;br /&gt;
=== SQL Relay ===&lt;br /&gt;
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:&lt;br /&gt;
* speeding up database-driven web-based applications&lt;br /&gt;
* enhancing the scalability of database-driven web-based applications&lt;br /&gt;
* distributing access to replicated databases&lt;br /&gt;
* throttling database access&lt;br /&gt;
* accessing databases from unsupported platforms&lt;br /&gt;
* migrating applications from one database to another &lt;br /&gt;
&lt;br /&gt;
See http://sqlrelay.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
''PS: This text is copied from SQLrelay's home page.''&lt;br /&gt;
&lt;br /&gt;
=== MySQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
MySQL supports couple of different ways to increase database availability and scalability. Most commonly used way of increasing availability is replication. Replication, as its name indicates, copies data from one master server to slave(s) and it has been available since MySQL 3.23. Starting with MySQL 4.1 a new storage engine introduced called NDB and NDB stands for Network Data Base. Although most people thinks that replication is a form of clustering, in MySQL world, cluster is actually a set of NDB nodes.&lt;br /&gt;
&lt;br /&gt;
NDB nodes uses memory to store data and keeps at least 2 copies of data on 2 seperate boxes. In essence, it is almost like Raid arrays (level 1 in this case) using memory instead of hard drives. Minimum requirement for a MySQL cluster is 3 boxes. 2 of these boxes store data in their memory and they're called Data Nodes. At least one box needed for SQL node, and it acts as a regular database server where applications are connecting to.&lt;br /&gt;
&lt;br /&gt;
More info about MySQL clustering concepts can be found at : &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-basics.html&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-overview.html&lt;br /&gt;
&lt;br /&gt;
:''MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk.''&lt;br /&gt;
&lt;br /&gt;
=Emic Networks=&lt;br /&gt;
&lt;br /&gt;
a long-time provider of clusters for MySQL. The code is released under&lt;br /&gt;
the Apache Public License.&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
== Commercial Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Oracle Real Application Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== IBM DB2 Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== Microsoft SQL Server Clusters ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{load-balancing-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Load Balancing]]&lt;/div&gt;</summary>
		<author><name>Zhaofu</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3852</id>
		<title>Database Load Balancing</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3852"/>
				<updated>2006-11-12T12:51:25Z</updated>
		
		<summary type="html">&lt;p&gt;Zhaofu: /* MySQL Clusters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Open Source Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== C-JDBC: Flexible Database Clustering Middleware ===&lt;br /&gt;
&lt;br /&gt;
C-JDBC (Clustered JDBC) is a freely available, open source, flexible and efficient middleware for database clustering. C-JDBC presents a single virtual database to the application through the JDBC interface. It does not require any modification to JDBC-based applications. It works with any database engine that provides a JDBC driver, without modification to the database engine. The flexible architecture of C-JDBC supports large and complex database cluster architectures offering various performance, fault tolerance and availability.&lt;br /&gt;
&lt;br /&gt;
See http://c-jdbc.objectweb.org/&lt;br /&gt;
&lt;br /&gt;
Sequoia is the new version of the C-JDBC project under Apache license. The website is http://sequoia.continuent.org/HomePage.&lt;br /&gt;
&lt;br /&gt;
=== SQL Relay ===&lt;br /&gt;
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:&lt;br /&gt;
* speeding up database-driven web-based applications&lt;br /&gt;
* enhancing the scalability of database-driven web-based applications&lt;br /&gt;
* distributing access to replicated databases&lt;br /&gt;
* throttling database access&lt;br /&gt;
* accessing databases from unsupported platforms&lt;br /&gt;
* migrating applications from one database to another &lt;br /&gt;
&lt;br /&gt;
See http://sqlrelay.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
''PS: This text is copied from SQLrelay's home page.''&lt;br /&gt;
&lt;br /&gt;
=== MySQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
MySQL supports couple of different ways to increase database availability and scalability. Most commonly used way of increasing availability is replication. Replication, as its name indicates, copies data from one master server to slave(s) and it has been available since MySQL 3.23. Starting with MySQL 4.1 a new storage engine introduced called NDB and NDB stands for Network Data Base. Although most people thinks that replication is a form of clustering, in MySQL world, cluster is actually a set of NDB nodes.&lt;br /&gt;
&lt;br /&gt;
NDB nodes uses memory to store data and keeps at least 2 copies of data on 2 seperate boxes. In essence, it is almost like Raid arrays (level 1 in this case) using memory instead of hard drives. Minimum requirement for a MySQL cluster is 3 boxes. 2 of these boxes store data in their memory and they're called Data Nodes. At least one box needed for SQL node, and it acts as a regular database server where applications are connecting to.&lt;br /&gt;
&lt;br /&gt;
More info about MySQL clustering concepts can be found at : &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-basics.html&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-overview.html&lt;br /&gt;
&lt;br /&gt;
:''MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk.''&lt;br /&gt;
&lt;br /&gt;
Emic Networks&lt;br /&gt;
a long-time provider of clusters for MySQL. The code is released under&lt;br /&gt;
the Apache Public License.&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
== Commercial Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Oracle Real Application Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== IBM DB2 Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== Microsoft SQL Server Clusters ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{load-balancing-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Load Balancing]]&lt;/div&gt;</summary>
		<author><name>Zhaofu</name></author>	</entry>

	<entry>
		<id>http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3820</id>
		<title>Database Load Balancing</title>
		<link rel="alternate" type="text/html" href="http://kb.linux-vs.org/wiki?title=Database_Load_Balancing&amp;diff=3820"/>
				<updated>2006-11-10T13:43:42Z</updated>
		
		<summary type="html">&lt;p&gt;Zhaofu: /* C-JDBC: Flexible Database Clustering Middleware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Open Source Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== C-JDBC: Flexible Database Clustering Middleware ===&lt;br /&gt;
&lt;br /&gt;
C-JDBC (Clustered JDBC) is a freely available, open source, flexible and efficient middleware for database clustering. C-JDBC presents a single virtual database to the application through the JDBC interface. It does not require any modification to JDBC-based applications. It works with any database engine that provides a JDBC driver, without modification to the database engine. The flexible architecture of C-JDBC supports large and complex database cluster architectures offering various performance, fault tolerance and availability.&lt;br /&gt;
&lt;br /&gt;
See http://c-jdbc.objectweb.org/&lt;br /&gt;
&lt;br /&gt;
Sequoia is the new version of the C-JDBC project under Apache license. The website is http://sequoia.continuent.org/HomePage.&lt;br /&gt;
&lt;br /&gt;
=== SQL Relay ===&lt;br /&gt;
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:&lt;br /&gt;
* speeding up database-driven web-based applications&lt;br /&gt;
* enhancing the scalability of database-driven web-based applications&lt;br /&gt;
* distributing access to replicated databases&lt;br /&gt;
* throttling database access&lt;br /&gt;
* accessing databases from unsupported platforms&lt;br /&gt;
* migrating applications from one database to another &lt;br /&gt;
&lt;br /&gt;
See http://sqlrelay.sourceforge.net/&lt;br /&gt;
&lt;br /&gt;
''PS: This text is copied from SQLrelay's home page.''&lt;br /&gt;
&lt;br /&gt;
=== MySQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
MySQL supports couple of different ways to increase database availability and scalability. Most commonly used way of increasing availability is replication. Replication, as its name indicates, copies data from one master server to slave(s) and it has been available since MySQL 3.23. Starting with MySQL 4.1 a new storage engine introduced called NDB and NDB stands for Network Data Base. Although most people thinks that replication is a form of clustering, in MySQL world, cluster is actually a set of NDB nodes.&lt;br /&gt;
&lt;br /&gt;
NDB nodes uses memory to store data and keeps at least 2 copies of data on 2 seperate boxes. In essence, it is almost like Raid arrays (level 1 in this case) using memory instead of hard drives. Minimum requirement for a MySQL cluster is 3 boxes. 2 of these boxes store data in their memory and they're called Data Nodes. At least one box needed for SQL node, and it acts as a regular database server where applications are connecting to.&lt;br /&gt;
&lt;br /&gt;
More info about MySQL clustering concepts can be found at : &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-basics.html&lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-overview.html&lt;br /&gt;
&lt;br /&gt;
:''MySQL Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk.''&lt;br /&gt;
&lt;br /&gt;
=== PostgreSQL Clusters ===&lt;br /&gt;
&lt;br /&gt;
== Commercial Solutions ==&lt;br /&gt;
&lt;br /&gt;
=== Oracle Real Application Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== IBM DB2 Clusters ===&lt;br /&gt;
&lt;br /&gt;
=== Microsoft SQL Server Clusters ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{load-balancing-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Load Balancing]]&lt;/div&gt;</summary>
		<author><name>Zhaofu</name></author>	</entry>

	</feed>