12 messages in com.mysql.lists.clusterRe: Still trying to setup a simple cl...| From | Sent On | Attachments |
|---|---|---|
| Gbenga Bello | 09 Feb 2005 01:44 | |
| Gbenga Bello | 09 Feb 2005 01:48 | |
| Stewart Smith | 09 Feb 2005 02:05 | |
| Sharad Maloo | 09 Feb 2005 02:08 | |
| Gbenga Bello | 10 Feb 2005 07:33 | |
| Alex Davies | 10 Feb 2005 07:54 | |
| Stewart Smith | 10 Feb 2005 21:11 | |
| Gbenga Bello | 16 Feb 2005 00:13 | |
| Stewart Smith | 16 Feb 2005 21:46 | |
| Gbenga Bello | 16 Feb 2005 23:45 | |
| Stewart Smith | 17 Feb 2005 00:57 | |
| Stewart Smith | 17 Feb 2005 13:50 |
| Subject: | Re: Still trying to setup a simple cluster - Urgent![]() |
|---|---|
| From: | Gbenga Bello (rgc...@yahoo.com) |
| Date: | 02/16/2005 11:45:05 PM |
| List: | com.mysql.lists.cluster |
Thanks so much stewart U know, u are making the NDB Cluster technology more interesting for me.
Following ur response I have the following concerns;
Your best bet is to run the cluster on a private network with only the mysqlds visible to the outside world (where outside world=your web/application server (not the internet)). ===
Fine, I thought of this earlier yesterday.
And I also thought of encrypting the data that 'flows' over the network path
between the cluster engine and the NDBD nodes located on different physical m/c.
My reason for this is that; even if someone is able to break into the private
network (VLAN) where I am hosting the NDB Cluster, the data moving in-between
the NDBD nodes and the cluster engine cannot be 'sucked easily' or corrupted
(nor its integrity tampered with) becos it has been encrypted. Does MySQL
Cluster have capability for encryption of 'data in transit' between the cluster
engine to the NDBD nodes?
I need your detailed comment on this line of thought.
2)Also in configuring the cluster, I need a formula (if available) or a relationship for determining the no of NDBD nodes given no of replica (btw 1 & 4) for a single cluster. I have read thru the cluster admin doc but still unclear. Can you please shed 'abundant light'
DataMemoryPerNode * (NumberOfNodes/NoOfReplicas) = Database size
e.g., you may have
200M * (4/N)= S
so with 2 replicas,
200M * (4/2)= 400M
(you may use up to 400mb for your database)
this should all be in the manual though. maybe it needs to be a bit clearer.
1)Is it safe to predetermine the size of my DataMemoryper Node when u probably
don't know how much data is going to be managed as transaction occurs.
2)I still have an issue here; What is the criteria for determining the optimum
number of NDBD nodes to configure for a single MySQL cluster installation?
3) I noticed that NDBCluster on it own does the grouping of the NDBD nodes. Can you comment on this?
it's how NDB works out how to implement the number of replicas you've asked for.
COGI
-- Stewart Smith, Software Engineer MySQL AB, www.mysql.com Office: +61 4 3 8844 332
Are you MySQL certified? www.mysql.com/certification
ATTACHMENT part 2 application/pgp-signature name=signature.asc
--------------------------------- Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'




