![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
what is the difference between mysql and mysql cluster. |
|
what does it mean that mysql cluster is a 'real time' DB? |
#3
| |||
| |||
|
|
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 |

![]() |
| Thread Tools | |
| Display Modes | |
| |