From charlesreid1

Revision as of 19:11, 24 October 2017 by Admin (talk | contribs) (Created page with "=Overview= Bigtable features: * sparsely populated table * billions of rows, thousands of columns * ideal data source for MapReduce operations * TB to PB of data * large amou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

Bigtable features:

  • sparsely populated table
  • billions of rows, thousands of columns
  • ideal data source for MapReduce operations
  • TB to PB of data
  • large amounts of single-keyed data with low latency
  • fast read write throughput, low latency
  • fully managed - design your schema and you're done
  • example applications: marketing data, financial data, IoT data, time series data

Resources

Bigtable paper (2006): http://static.googleusercontent.com/media/research.google.com/en/us/archive/bigtable-osdi06.pdf

Flags