M*****r 发帖数: 1536 | 1 MySQL 5.0 cluster is said to be:
"In MySQL-5.0, Cluster is in-memory only. This means that all table data (
including indexes) is stored in RAM. Therefore, if your data takes up 1GB of
space and you want to replicate it once in the cluster, you need 2GB of
memory to do so (1 GB per replica). This is in addition to the memory
required by the operating system and any applications running on the cluster
computers. "
http://dev.mysql.com/doc/refman/5.0/en/faqs-mysql-cluster.html
What does that mean? | a*******s 发帖数: 324 | 2 MySQL 5.0 doesn't support cluster. It should be 5.1
of
cluster
still
【在 M*****r 的大作中提到】 : MySQL 5.0 cluster is said to be: : "In MySQL-5.0, Cluster is in-memory only. This means that all table data ( : including indexes) is stored in RAM. Therefore, if your data takes up 1GB of : space and you want to replicate it once in the cluster, you need 2GB of : memory to do so (1 GB per replica). This is in addition to the memory : required by the operating system and any applications running on the cluster : computers. " : http://dev.mysql.com/doc/refman/5.0/en/faqs-mysql-cluster.html : What does that mean?
| a*******s 发帖数: 324 | 3 use
show create table tblname
to see what is the actual table type
【在 a*******s 的大作中提到】 : MySQL 5.0 doesn't support cluster. It should be 5.1 : : of : cluster : still
|
|