developerstage |
(0) (0 Votes)
|
Views: (956) Date: (20-02-10) Time: (00:55:22) |
Description: Google techtalks April 28, 2006 Stewart Smith Stewart Smith works for mysql AB as a software engineer working on mysql Cluster. He is an active member of the free and open source software community, especially in Australia. ABSTRACT Part 1 - Introduction to mysql Cluster The NDB storage engine (mysql Cluster) is a high-availability storage engine for mysql. It provides synchronous replication between storage nodes and many mysql servers having a consistent view of the database. In 4.1 and 5.0 it's a main memory database, but in 5.1 non-indexed attributes can be stored on disk. NDB also provides a lot of determinism in system resource usage. I'll talk a bit about that. Part 2 - New features...