| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
477 (0.081s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ways to make orders when it puts - HBase - [mail # user]
|
|
...Silly question. Why do you care how your data is being stored? Does it matter if the data is stored in rows where A1,A2, A3 are the order of the keys, or if its A3,A1,A2 ?  ...
|
|
|
Author: Michael Segel,
2012-10-04, 15:19
|
|
|
Re: long garbage collecting pause - HBase - [mail # user]
|
|
...You really don't want to go to 20GB. Without knowing the number of regions... going beyond 1-2 GB may cause more headaches than its worth. Sorry, but I tend to be very cau...
|
|
|
Author: Michael Segel,
2012-10-02, 14:23
|
|
|
Re: HAcid: multi-row transactions in HBase - HBase - [mail # user]
|
|
...Interesting. So how do you manage the transaction? On the client or on the cluster? On Oct 1, 2012, at 6:12 PM, de Souza Medeiros Andre wrote: on. ACID transac...
|
|
|
Author: Michael Segel,
2012-10-01, 23:16
|
|
|
Re: Regarding rowkey - HBase - [mail # user]
|
|
...MD5 should work, SHA-1 while theoretically may have a collision, it hasn't been found. Then there's SHA-2... I don't disagree with your assertion, however... it causes the ...
|
|
|
Author: Michael Segel,
2012-09-12, 16:49
|
|
|
Re: Optimizing table scans - HBase - [mail # user]
|
|
...How much memory do you have? What's the size of the underlying row? What does your network look like? 1GBe or 10GBe? There's more to it, and I think that you'll find that Y...
|
|
|
Author: Michael Segel,
2012-09-12, 13:04
|
|
|
Re: Regarding rowkey - HBase - [mail # user]
|
|
...I wouldn't 'prefix' the hash to the key, but actually replace the key with a hash and store the unhashed key in a column. But that's a different discussion. In a nutshell...
|
|
|
Author: Michael Segel,
2012-09-12, 12:46
|
|
|
Re: Doubt in performance tuning - HBase - [mail # user]
|
|
...Well, Lets actually skip a few rounds of questions... and start from the beginning. What does your physical cluster look like? On Sep 10, 2012, at 12:40 PM, Ramasu...
|
|
|
Author: Michael Segel,
2012-09-10, 19:13
|
|
|
Re: Tracking down coprocessor pauses - HBase - [mail # user]
|
|
...On Sep 10, 2012, at 12:32 PM, Tom Brown wrote: Could you expand on this? On the surface, this doesn't sound like a very good idea. ...
|
|
|
Author: Michael Segel,
2012-09-10, 18:45
|
|
|
Re: Key formats and very low cardinality leading fields - HBase - [mail # user]
|
|
...Uhm... This isn't very good. In terms of inserting, you will hit a single or small subset of regions. This may not be that bad if you have enough data and the rows ...
|
|
|
Author: Michael Segel,
2012-09-05, 03:04
|
|
|
Re: Key formats and very low cardinality leading fields - HBase - [mail # user]
|
|
...Eric, So here's the larger question... How does the data flow in to the system? One source at a time? The second field. Is it sequential? If not sequential, is it going to...
|
|
|
Author: Michael Segel,
2012-09-04, 18:03
|
|
|
|