dbTalk Databases Forums  

difference between mysql and mysql cluster

comp.databases.mysql comp.databases.mysql


Discuss difference between mysql and mysql cluster in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michele Di Benedetto
 
Posts: n/a

Default difference between mysql and mysql cluster - 09-30-2011 , 08:25 AM






Hello to anybody and anticipately thanks to the ones who would help me
to understand in a summary and generic way what is the difference
between mysql and mysql cluster. what does it mean that mysql cluster
is a 'real time' DB?

Reply With Quote
  #2  
Old   
Axel Schwenke
 
Posts: n/a

Default Re: difference between mysql and mysql cluster - 09-30-2011 , 04:30 PM






Michele Di Benedetto <mikydibe (AT) gmail (DOT) com> wrote:

Quote:
what is the difference between mysql and mysql cluster.
MySQL Cluster aka NDB aka NDBCluster is a storage engine for MySQL.
Unlike traditional storage engines, NDB is not linked into the mysqld
process, but runs as a bunch of distributed processes (ndbd, ndb_mgmd)
in the network.

NDB implements a noSQL interface called NDBAPI. The MySQL server
(in cluster speak: SQL node) "translates" SQL to NDBAPI and thus makes
the cluster look like an ordinary DBMS. There can be multiple SQL nodes
in the cluster. And applications can connect directly.

http://dev.mysql.com/doc/refman/5.1/...-overview.html
http://dev.mysql.com/doc/refman/5.1/...e-engines.html
http://dev.mysql.com/doc/refman/5.1/...-overview.html

Quote:
what does it mean that mysql cluster is a 'real time' DB?
It's a database suitable for real-time computing

http://en.wikipedia.org/wiki/Real-time_computing


XL

Reply With Quote
  #3  
Old   
Michele Di Benedetto
 
Posts: n/a

Default Re: difference between mysql and mysql cluster - 10-01-2011 , 02:59 PM



On 30 Set, 23:30, Axel Schwenke <axel.schwe... (AT) gmx (DOT) de> wrote:
Quote:
Michele Di Benedetto <mikyd... (AT) gmail (DOT) com> wrote:

what is the difference between mysql and mysql cluster.

MySQL Cluster aka NDB aka NDBCluster is a storage engine for MySQL.
Unlike traditional storage engines, NDB is not linked into the mysqld
process, but runs as a bunch of distributed processes (ndbd, ndb_mgmd)
in the network.

NDB implements a noSQL interface called NDBAPI. The MySQL server
(in cluster speak: SQL node) "translates" SQL to NDBAPI and thus makes
the cluster look like an ordinary DBMS. There can be multiple SQL nodes
in the cluster. And applications can connect directly.

http://dev.mysql.com/doc/refman/5.1/...-overview.html

what does it mean that mysql cluster is a 'real time' DB?

It's a database suitable for real-time computing

http://en.wikipedia.org/wiki/Real-time_computing

XL
Thank you my friend

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.