BigTable « hbase « Java Database Q&A





1. storing massive ordered time series data in bigtable derivatives    stackoverflow.com

I am trying to figure out exactly what these new fangled data stores such as bigtable, hbase and cassandra really are. I work with massive amounts of stock market data, billions of ...

2. Is this a suitable (or possible) use of HBase?    stackoverflow.com

I want to use HBase as a store where I can push in a few million entries of the format {document => {term => weight}} e.g. "Insert term X into document ...

3. How build a scalable (relational) database for Petabytes+ of data?    stackoverflow.com

More a general brainstorming question: what is the state-of-the-art in designing a (relational) database which scales to very large amounts of data? And given today's technology trends, how do we expect ...

4. What resources exist for learning HBase?    stackoverflow.com

What are recommended resources for learning HBase? The only one I can think of is HBase wiki and one chapter in book "Hadoop: The Definitive Guide", are there any ...

5. Is SSTables or Hfiles merged above 1TB?    stackoverflow.com

In major compaction merge all sstables from region server (Hbase) and all SSTables form tablet server (Cassandra) into big one. If period comes is meany SSTables (total space above 1TB) merged ...

6. Is Hbase or BigTable like massive Matrix Store?    stackoverflow.com

I have been doing some research on the HBase and Google's BigTable. HBase and BigTable look like a massive Matrix store for me. Each row key is mapped to a big ...

7. Hadoop & HBase CDH3 Distro on Ubuntu 11.04 - natty    stackoverflow.com

I wanted to know if anyone had success running the CDH3 Cloudera release of Hadoop and HBase on the latest version of Ubuntu - natty 11.04..? I have heard the the Lucid ...

8. How to store composite key data in HBase/bigtable?    stackoverflow.com

In google's Bigtable paper, It descripted the bigtable structure. The table schema is like this.

Table(url<key>, contents, anchor:cnnsi.com, anchor:my.look.ca") 
Columns can add dynamically. My question is: Take the google analytics for example, ...