Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 86 (0.12s).
Loading phrases to help you
refine your search...
Re: PROD/DR - Replication - HBase - [mail # user]
...Yes, I think so. A single HBase cluster can't (or, at least, really shouldn't) span multiple data centers; the strong consistency you refer to is only available within a cluster.   But ...
   Author: Ian Varley, 2012-12-07, 19:51
Re: PROD/DR - Replication - HBase - [mail # user]
...Juan,  No; that would mean every single write to HBase has to wait for an ACK from a remote data center, which would decrease your cluster throughput dramatically. If you need that, con...
   Author: Ian Varley, 2012-12-07, 18:19
Re: 答复: 答复: how to store 100billion short text messages with hbase - HBase - [mail # user]
...Tian,  By sharding the table manually along the time dimension (which is what you're talking about: 365 * 24 different tables, one per hour), you can reduce the amount of data any one q...
   Author: Ian Varley, 2012-12-06, 13:40
Re: 答复: how to store 100billion short text messages with hbase - HBase - [mail # user]
...In this case, your best bet may be to come up with an ID structure for these messages that incorporates (leads with) the timestamp; then have Lucene use that as the key when retrieving any g...
   Author: Ian Varley, 2012-12-06, 03:44
Re: how to store 100billion short text messages with hbase - HBase - [mail # user]
...Tian,  The best way to think about how to structure your data in HBase is to ask the question: "How will I access it?". Perhaps you could reply with the sorts of queries you expect to b...
   Author: Ian Varley, 2012-12-06, 03:00
Re: Nosqls schema design - HBase - [mail # user]
...Nick,  Re: how to think about schemas coming from a SQL / Entity-Relationship background, there's a video of a talk I gave at HBaseCon this year on that subject, here:  http://www....
   Author: Ian Varley, 2012-11-08, 15:22
Re: Nosqls schema design - HBase - [mail # user]
...Hi Nick,  The key question to ask about this use case is the access pattern. Do you need real-time access to new information as it is created? (I.e. if someone reads an article, do your...
   Author: Ian Varley, 2012-11-08, 13:46
Re: speaking of out-of-the-box configuration ... - HBase - [mail # dev]
...Yes, file under packaging as it turns out.  But, still file under "crappy out of the box experience". :)  On Oct 19, 2012, at 4:02 PM, Andrew Purtell wrote:  This was a ZK iss...
   Author: Ian Varley, 2012-10-19, 21:03
speaking of out-of-the-box configuration ... - HBase - [mail # dev]
...Just saw this on Stack Overflow (St.Ack Overflow?)  http://stackoverflow.com/questions/12981281/new-hbase-installation-very-slo w  "What could be so wrong that an out-of-the-box in...
   Author: Ian Varley, 2012-10-19, 19:59
Re: crafting your key - scan vs. get - HBase - [mail # user]
...Hi Neil,  Mike summed it up well, as usual. :) Your choices of where to describe this  "dimension" of your data (a one-to-many between users and events) are:   - one row per e...
   Author: Ian Varley, 2012-10-18, 20:59
Sort:
project
HBase (86)
type
mail # user (73)
mail # dev (9)
issue (4)
date
last 7 days (0)
last 30 days (1)
last 90 days (5)
last 6 months (15)
last 9 months (86)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1453)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (410)
Gary Helmling (290)
Ian Varley