cassandra « hbase « Java Database Q&A





1. Searches (and general querying) with HBase and/or Cassandra (best practices?)    stackoverflow.com

I have User model object with quite few fields (properties, if you wish) in it. Say "firstname", "lastname", "city" and "year-of-birth". Each user also gets "unique id". I want to be able ...

2. "Life Beyond Transactions" Entity-Message-Activity Model in Practice?    stackoverflow.com

Over vacation I read Pat Helland's "Life Beyond Transactions" (yes, vacation was that good :). To sum it up briefly, it advocates limiting the scope of transactions to a ...

3. Datamodel for Property Graph over HBase/Cassandra    stackoverflow.com

I'm willing to store a Property Graph into HBase. A Property Graph is a graph nodes and edges have properties and multiple edges can link the same tuple of nodes as ...

4. map a rbms to a dfs    stackoverflow.com

I'm trying to take xwiki (rbms) and map it to a cloud base (dfs) without using MySQL. Any ideas?

5. Large scale data processing Hbase vs Cassandra    stackoverflow.com

I am nearly landed at Cassandra after my research on large scale data storage solutions. But its generally said that Hbase is better solution for large scale data processing and analysis. ...