Google Tech Talks October 17, 2006
Mikael Ronstrom has a Ph.D in technical information systems. He is the founder of the technology in ... all » NDB Cluster, the storage engine of MySQL Cluster. Lately he developed the Partitioning feature in MySQL 5.1. He has a long background from the telecom industry with many innovative solutions developed. Currently he works as an open source consultant at iClaustron AB and spends also some time on some new ideas in the area of clustered storage systems.
ABSTRACT Many applications has requirements to store petabytes of base data and many terabytes of structured data. Examples of this are genealogy, astronomy, biotech and so forth. This talk will discuss requirements from the genealogy application and show how this requirements requires building very large clustered systems with an hierarchy of clusters. These clusters are used to both store base data and structured data. He goes on to show how these requirements translate into a systems architecture with essential components of off-the shelf servers, cheap storage, clustered software and integrated cluster interconnects.
Showing posts with label cluster. Show all posts
Showing posts with label cluster. Show all posts
Sunday, 7 January 2007
iClaustron: Open Source Grid Cluster Storage Controller
A Googly MySQL Cluster Talk
Google TechTalks April 28, 2006
Stewart Smith Stewart Smith works for MySQL AB as a software engineer working on MySQL Cluster. He is ... all » 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 in 5.1 including cluster to cluster replication, disk based data and a bunch of other things. anybody that is attending the mysql users conference may find this eerily familiar.