HBase is an open source, distributed, column-oriented database modeled after Google's BigTable. It sits atop Hadoop, using HDFS for storage. HBase scales horizontally and supports fast random reads and writes. It is well-suited for large tables and high throughput access. Facebook uses HBase extensively for messaging and other applications due to its high write throughput and low latency reads. Other users include Flurry and Yahoo.