由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - MySQL 5.0 cluster question
相关主题
一个大家看起来可能很简单的问题SQL 2000 create index 問題
CINAOUG/CINASSUG MySQL 2013讲座问一个Oralce index的问题
被人鄙视了mysql rebuild index very slow
不想总做developer,各位前辈指教mysql question
请问MySQL的replication不通过应用程序能达到strong consistence吗?MySQL replication question
indexing就是设置primary key吗?今天,光荣的成为了一个DBA
请教 sql server index问题请教一个有关 MSSQL 2005 Replication 的问题
SQL 2008 Create Index vs Rebuild Index (Alter Index)PostgreSQL?
相关话题的讨论汇总
话题: cluster话题: mysql话题: memory话题: question话题: what
进入Database版参与讨论
1 (共1页)
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

1 (共1页)
进入Database版参与讨论
相关主题
PostgreSQL?请问MySQL的replication不通过应用程序能达到strong consistence吗?
現在特佩服 Oracle / MSSQL 兩邊都牛的人indexing就是设置primary key吗?
啥时候你忘了做备份了, 啥时候你就悲剧了请教 sql server index问题
数据库讲座 ---- 得给Beijing mm 还债了SQL 2008 Create Index vs Rebuild Index (Alter Index)
一个大家看起来可能很简单的问题SQL 2000 create index 問題
CINAOUG/CINASSUG MySQL 2013讲座问一个Oralce index的问题
被人鄙视了mysql rebuild index very slow
不想总做developer,各位前辈指教mysql question
相关话题的讨论汇总
话题: cluster话题: mysql话题: memory话题: question话题: what