| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
485 (0.103s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is it necessary to set MD5 on rowkey? - HBase - [mail # user]
|
|
...Lars, Ok... he's talking about buckets. So when you have N buckets, what is the least number of get()s do you need to fetch the single row? (Hint: The answer is N) Ho...
|
|
|
Author: Michael Segel,
2012-12-20, 13:20
|
|
|
Re: Many scanner opening - HBase - [mail # user]
|
|
...I'd suggest looking in to a schema design change. On Dec 18, 2012, at 2:01 AM, Eugeny Morozov wrote: ...
|
|
|
Author: Michael Segel,
2012-12-20, 13:14
|
|
|
Re: Is it necessary to set MD5 on rowkey? - HBase - [mail # user]
|
|
...Ok, Lets try this one more time... If you salt, you will have to do a *FULL* *TABLE* *SCAN* in order to retrieve the row. If you do something like a salt that uses only &...
|
|
|
Author: Michael Segel,
2012-12-20, 01:23
|
|
|
Re: recommended nodes - HBase - [mail # user]
|
|
...Yeah, I couldn't argue against LVMs when talking with the system admins. In terms of speed its noise because the CPUs are pretty efficient and unless you have more than 1 drive p...
|
|
|
Author: Michael Segel,
2012-12-20, 01:14
|
|
|
Re: Is it necessary to set MD5 on rowkey? - HBase - [mail # user]
|
|
...And there's the rub. Hashing is one thing. Salting is another. Hashing good. Salting bad. That simple. BTW, truncating the hash and appending the key falls in to ha...
|
|
|
Author: Michael Segel,
2012-12-20, 01:09
|
|
|
Re: Is it necessary to set MD5 on rowkey? - HBase - [mail # user]
|
|
...Ok... So you use a random byte or two at the front of the row. How do you then use get() to find the row? How do you do a partial scan()? Do you start to see the problem? ...
|
|
|
Author: Michael Segel,
2012-12-20, 01:02
|
|
|
Re: Customizing hbase shell's table formatting - HBase - [mail # user]
|
|
...Well the shell is written in JRuby which is pretty much Ruby. That's the best way to enhance the shell. On Dec 19, 2012, at 2:56 PM, Adam Phelps wrote: ...
|
|
|
Author: Michael Segel,
2012-12-19, 21:04
|
|
|
Re: Is it necessary to set MD5 on rowkey? - HBase - [mail # user]
|
|
...I think you missed the point. You seem to think that salting is ok. I want you to walk through an example so that we can discuss it. ;-) On Dec 19, 2012, at 2:51 PM, lars ...
|
|
|
Author: Michael Segel,
2012-12-19, 21:02
|
|
|
Re: Is it necessary to set MD5 on rowkey? - HBase - [mail # user]
|
|
...Ok, Maybe I'm missing something. Why don't you walk me through the use of a salt example. On Dec 19, 2012, at 12:37 PM, lars hofhansl wrote: ...
|
|
|
Author: Michael Segel,
2012-12-19, 19:46
|
|
|
Re: Customizing hbase shell's table formatting - HBase - [mail # user]
|
|
...How is your JRuby skills? On Dec 19, 2012, at 1:05 PM, Adam Phelps wrote: ...
|
|
|
Author: Michael Segel,
2012-12-19, 19:17
|
|
|
|