MySQL Forums
Forum List  »  NDB clusters

Re: RAM requirements for cluster
Posted by: Jonathan Mischo
Date: June 14, 2007 11:52AM

There are workarounds if you need to use 5.0 only. They require architectural changes, but you can use these techniques for the next ~6 months (until 5.1 is released).

Among the techniques is combining replication, clustering, and manual partitioning, and using load-balanced access to data. In these scenarios, you cluster certain data (essentially, everything that's indexed), much like the system does in 5.1, and then you provide replicated access to the rest of the data on disk (often via federated servers).

We have clients that need to do this, unfortunately, but 5.1 will be out soon enough, and they'll be able to move to saner environments. We do NOT recommend using 5.1 in production environments.

--
Jonathan Mischo • Quagility, Inc. • High-Volume Applications Group
jmischo [at] quagility [dot] com
Certified MySQL 5.0 Developer
Certified MySQL 5.0 DBA

DISCLAIMER:
The information in this posting or reply is based on information in this forum and is not guaranteed or covered by an form of warranty. It is a best effort to offer information based on limited data and should not be viewed as a recommendation for action or an exhaustive list of considerations. Neither the author nor their employer takes any responsibility for its content or any actions that may be taken based on this information. If you need professional assistance, please contact the author via email to request a consultation.

Options: ReplyQuote


Subject
Views
Written By
Posted
2935
February 27, 2006 10:26AM
4639
March 02, 2006 12:36AM
2761
March 02, 2006 08:21AM
1924
March 02, 2006 04:18PM
1882
March 03, 2006 11:15AM
1870
March 05, 2006 06:21PM
2096
May 25, 2007 06:28AM
1762
June 04, 2007 12:22AM
Re: RAM requirements for cluster
1828
June 14, 2007 11:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.