Videos tagged with replication
Google I/O 2010 - Google Storage for Developers App Engine, Enterprise 101 David Erb, Michael Schwartz Google is expanding our storage products by introducing Google Storage for Developers. It offers a RESTful API for storing and accessing data at Google. Developers can take advantage of the performance and reliability of Google's storage infrastructure, as well as the advanced security and sha...
Google I/O 2010 - Google Storage for Developers
Google I/O 2010 - Google Storage for Developers App Engine, Enterprise 101 David Erb, Michael Schwartz Google is expanding our storage products by introducing Google Storage for Developers. It offers a RESTful API for storing and accessing data at Google. Developers can take advantage of the performance and reliability of Google's storage infrastructure, as well as the advanced security and sha...
Transactions Across Datacenters
For those who are attending Google I/O 2009 (http://code.google.com/io/), these video are an opportunity to hear from some of the speakers in advance. The speakers introduce their topic and provide a preview of one or more topics that will be covered in their talks.If you work on distributed systems, you try to design your system to keep running if any single machine fails. If you're ambitious,...
MountainWest RubyConf 2008: Next Generation Data Storage with CouchDB
CouchDB is designed for highly concurrent, distributed and fault tolerant systems. The core principles for scaling database applications are the foundation of CouchDB's feature set. It supports on- and offline replication, data partitioning, a REST interface that uses JSON for data transport (Web 2.0 anyone?), a fault tolerant runtime environment built on Erlang/OTP and a sophisticated view eng...
ITidiots Episode 3: DC's, Sites, and Replication
This weeks Training Video Screencast: We add an additional domain controller to the ITidiots.com network followed by a discussion of Active Directory sites and replication.
ITidiots Episode 46: Windows Server 2003 R2
This weeks video training screencast: Windows Server 2003 Release 2 contains some great new features that help you manage your file server. Finally a quota system that you can enable on a folder and not an entire drive, it even has email reporting! Then there's file screening which can be used to prevent files of a certain type from being stored on the server. DFS replication replaces FRS which...
Google Tech Talks: A Googly MySQL Cluster Talk
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 syst...