scispace - formally typeset
Journal ArticleDOI

Cassandra: a decentralized structured storage system

Avinash Lakshman, +1 more
- 14 Apr 2010 - 
- Vol. 44, Iss: 2, pp 35-40
TLDR
Cassandra is a distributed storage system for managing very large amounts of structured data spread out across many commodity servers, while providing highly available service with no single point of failure.
Abstract
Cassandra is a distributed storage system for managing very large amounts of structured data spread out across many commodity servers, while providing highly available service with no single point of failure. Cassandra aims to run on top of an infrastructure of hundreds of nodes (possibly spread across different data centers). At this scale, small and large components fail continuously. The way Cassandra manages the persistent state in the face of these failures drives the reliability and scalability of the software systems relying on this service. While in many ways Cassandra resembles a database and shares many design and implementation strategies therewith, Cassandra does not support a full relational data model; instead, it provides clients with a simple data model that supports dynamic control over data layout and format. Cassandra system was designed to run on cheap commodity hardware and handle high write throughput while not sacrificing read efficiency.

read more

Content maybe subject to copyright    Report

Citations
More filters
Proceedings Article

Towards Supporting Millions of Users in Modifiable Virtual Environments by Redesigning {Minecraft-Like} Games as Serverless Systems

TL;DR: A new architecture for large-scale MVEs is envisioned, supporting much larger numbers of concurrent users by scaling up and out using serverless technology.
Proceedings ArticleDOI

IRIS: I/O Redirection via Integrated Storage

TL;DR: IRIS enables unified data access and seamlessly bridges the semantic gap between file systems and object stores and can bring us closer to the convergence of HPC and Cloud environments by combining the best storage subsystems from both worlds.
Patent

Technique for parallel, distributed video processing

TL;DR: An improved technique for storing and processing video data includes separating video data derived from a video camera into multiple video fragments, distributing the video fragments to different computing nodes of a network as mentioned in this paper.
Journal ArticleDOI

Fault tolerant internet computing: Benchmarking and modelling trade-offs between availability, latency and consistency

TL;DR: Experimental results of measuring the response time in a distributed service-oriented system whose replicas are deployed at different Amazon EC2 location domains show that improvements in system consistency increase system latency, which is in line with the qualitative implication of the CAP theorem.
Proceedings Article

FlightTracker: Consistency across Read-Optimized Online Stores at Facebook

TL;DR: FlightTracker is introduced, a family of APIs and systems which now manage consistency for online access to Facebook’s graph, managing consistency for billions of users and more than 1015 queries per day.
References
More filters
Journal ArticleDOI

MapReduce: simplified data processing on large clusters

TL;DR: This paper presents the implementation of MapReduce, a programming model and an associated implementation for processing and generating large data sets that runs on a large cluster of commodity machines and is highly scalable.
Journal ArticleDOI

MapReduce: simplified data processing on large clusters

TL;DR: This presentation explains how the underlying runtime system automatically parallelizes the computation across large-scale clusters of machines, handles machine failures, and schedules inter-machine communication to make efficient use of the network and disks.
Proceedings ArticleDOI

Chord: A scalable peer-to-peer lookup service for internet applications

TL;DR: Results from theoretical analysis, simulations, and experiments show that Chord is scalable, with communication cost and the state maintained by each node scaling logarithmically with the number of Chord nodes.
Journal ArticleDOI

The Google file system

TL;DR: This paper presents file system interface extensions designed to support distributed applications, discusses many aspects of the design, and reports measurements from both micro-benchmarks and real world use.
Proceedings Article

Bigtable: A Distributed Storage System for Structured Data (Awarded Best Paper!).

TL;DR: Bigtable as mentioned in this paper is a distributed storage system for managing structured data that is designed to scale to a very large size: petabytes of data across thousands of commodity servers, including web indexing, Google Earth and Google Finance.
Related Papers (5)