big data storage technologies
play

Big Data Storage Technologies James Lee The George Washington - PowerPoint PPT Presentation

Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra Big Data Storage Technologies James Lee The George Washington University April 11, 2012 James Lee Big Data Storage Technologies Introduction AFS GFS and Hadoop Amazon S3,


  1. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra Big Data Storage Technologies James Lee The George Washington University April 11, 2012 James Lee Big Data Storage Technologies

  2. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra What is Big Data? ◮ When the size of the data grows to become as big of a problem to store and process as the problem you are trying to solve with the data. James Lee Big Data Storage Technologies

  3. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra Why are traditional filesystem insufficient? ◮ Upper limit on filesystem size ◮ Limited redundancy ◮ Limited bandwidth James Lee Big Data Storage Technologies

  4. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra So what are the options for scaling out? ◮ Depends on business needs. ◮ Scale within a rack, within a datacenter, or across wide-area networks. ◮ Several different technologies available for achieving those goals. ◮ May have to make compromises in places. James Lee Big Data Storage Technologies

  5. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra Andrew File System ◮ Distributed filesystem developed in 1980s. ◮ Used primarily by Universities. ◮ Has traditional filesystem semantics. ◮ Scales to hundreds of terabytes. James Lee Big Data Storage Technologies

  6. Source: http: // caligari. dartmouth. edu/ classes/ afs/ print_ pages. shtml

  7. Source: http: // caligari. dartmouth. edu/ classes/ afs/ print_ pages. shtml

  8. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra What does Google do? Look at Google’s requirements: ◮ hundreds of millions of huge files ◮ have to be read very quickly ◮ writes less important ◮ have to be redundant, but not synchronous ◮ concurrent access to files should have low overhead These ideas have been implemented in the Apache Hadoop project. James Lee Big Data Storage Technologies

  9. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra Hadoop ◮ Written in Java (no filesystem semantics) ◮ Stores files in large blocks (64 MB) that get lazily-replicated ◮ Rack-aware replication ◮ Master ‘NameNode’ tracks location of blocks ◮ Writes only optimized for appending data ◮ Scales to tens of thousands of nodes; > 100 PB James Lee Big Data Storage Technologies

  10. Source: http: // arst. ch/ s9l

  11. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra Amazon has very different requirements than a search engine: ◮ Willing to compromise on data consistency across system for HA ◮ Deal with more general-purpose data access ◮ Handle random access to smaller components Amazon developed their own distributed FS called Dynamo. James Lee Big Data Storage Technologies

  12. Introduction AFS GFS and Hadoop Amazon S3, Dynamo, and Cassandra Dynamo ◮ Decentralized, peer-to-peer architecture. ◮ System determines node to select by MD5 hash. ◮ Nodes always query neighbors for latest version. ◮ Implemented in Apache Cassandra project. Source: http: // arst. ch/ s9l James Lee Big Data Storage Technologies

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend