The hbase list would be more appropriate. See http://hbase.apache.org/mail-lists.html
<http://hbase.apache.org/mail-lists.html>There is an active IRC channel, but your question fits the mailing list better so pop on over and I will give you some comments. In the meantime, take a look at OpenTSDB who are doing something very much like what you want to do. On Mon, Apr 4, 2011 at 8:43 AM, Miguel Costa <[email protected]>wrote: > Hi, > > > > I need some help to a schema design on HBase. > > > > I have 5 dimensions (Time,Site,Referrer Keyword,Country). > > My row key is Site+Time. > > > > Now I want to answer some questions like what is the top Referrer by > Keyword for a site on a Period of Time. > > Basically I want to cross all the dimensions that I have. And if I have 30 > dimensions? > > > > What is the best schema design. > > > > Please let me know if this isn’t the right mailing list. > > > > Thank you for your time. > > > > Miguel > > > > > > > > > > > >
