PUBLIC   marks

PUBLIC MARKS with tag bigtable

Sponsorised links

This year

Pragmatic Programming Techniques: NOSQL Patterns

by karlcow & 1 other

Over the last couple years, we see an emerging data storage mechanism for storing large scale of data. These storage solution differs quite significantly with the RDBMS model and is also known as the NOSQL. The aim of this blog is to extract the underlying technologies that these solutions have in common, and get a deeper understanding on the implication to your application's design.

Needle in a haystack: efficient storage of billions of photos | Facebook

by karlcow & 1 other

The Photos application is one of Facebook’s most popular features. Up to date, users have uploaded over 15 billion photos which makes Facebook the biggest photo sharing website. For each uploaded photo, Facebook generates and stores four images of different sizes, which translates to a total of 60 billion images and 1.5PB of storage. The current growth rate is 220 million new photos per week, which translates to 25TB of additional storage consumed weekly. At the peak there are 550,000 images served per second. These numbers pose a significant challenge for the Facebook photo storage infrastructure.

Nodeta » Blog Archive » Meet Scalandra: Scala wrapper for Cassandra

by karlcow

Developing Flowdock, a real-time environment allowing teams to work together seamlessly, we needed a database able to scale horizontally for huge amount of write operations. Cassandra’s data model and performance characteristics made it a perfect fit for our needs.

MySQL-Memcached or NOSQL Tokyo Tyrant – part 2 | MySQL Performance Blog

by karlcow

A couple of good things to remember here: #1 resolving 1 bottleneck can open another bottleneck that is much worse. #2 is to understand that not all API’s are created equal. Additionally the configuration and setup that works well on one system may not work well on another. Because of this people often leave lots of performance on the table. Don’t just trust that your current API or config is optimal, test and make sure it fits your application.

MySQL-Memcached or NOSQL Tokyo Tyrant – part 1 | MySQL Performance Blog

by karlcow

What, a performance regression? But we threw more memory at it!! How can that be!

Memcached is not a cure all.

pour que memcached fonctionne vraiment, il faut que les données soient toutes dans le memcached.

Riak - A Decentralized Database

by karlcow

Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications.

Sponsorised links

2008

Google Research Publication: BigTable

by ghis (via)
Bigtable 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.

2006

2005

PUBLIC TAGS related to tag bigtable

no tag

Sponsorised links