| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
66 (0.073s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase Developer's Pow-wow. - HBase - [mail # dev]
|
|
...more food for thought on secondary indexing... *Additional questions*: - How important is indexing column qualifiers themselves (similar to Cassandra where p...
|
|
|
Author: Jacques,
2012-09-10, 07:03
|
|
|
Re: HBase Developer's Pow-wow. - HBase - [mail # dev]
|
|
...Some random thoughts/questions bubbling around in my mind regarding secondary indexes/indices. What are the top 5 use cases people are trying to solve? What solves more of these needs:...
|
|
|
Author: Jacques,
2012-09-10, 03:03
|
|
|
Re: Printing integers in the Hbase shell - HBase - [mail # user]
|
|
...I was thinking that an easier way might even be to just add the conversion capability at the ruby shell level. Something like the following where you can give a third qualifier that de...
|
|
|
Author: Jacques,
2012-08-13, 16:08
|
|
|
Re: Slow full-table scans - HBase - [mail # user]
|
|
...I think the first question is where is the time spent. Does your analysis show that all the time spent is on the regionservers or is a portion of the bottleneck on the client side? &nb...
|
|
|
Author: Jacques,
2012-08-12, 23:13
|
|
|
Re: Slow full-table scans - HBase - [mail # user]
|
|
...HTable.getRegionLocations() I didn't realize the KeyValue serializations/deserialization happened on a separate thread in the hbase client code. J On Sun, Aug 12, 20...
|
|
|
Author: Jacques,
2012-08-12, 22:59
|
|
|
Re: Slow full-table scans - HBase - [mail # user]
|
|
...Something to consider is that HBase stores and retrieves the row key (8 bytes in your case) + timestamp (8 bytes) + column qualifier (?) for every single value. The schemaless nature o...
|
|
|
Author: Jacques,
2012-08-12, 21:05
|
|
|
Re: Full text search on HBase - HBase - [mail # user]
|
|
...You should check out the solbase deck by photo bucket from hbasecon. Also the work that jason ruthelgren did... Don't have jira offhand On Jun 5, 2012 2:40 PM, "jack chrispoo" wr...
|
|
|
Author: Jacques,
2012-06-05, 22:27
|
|
|
[HBASE-5993] Add a no-read Append - HBase - [issue]
|
|
...HBASE-4102 added an atomic append. For high performance situations, it would be helpful to be able to do appends that don't actually require a read of the existing value. This wo...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5993
Author: Jacques,
2012-05-30, 16:35
|
|
|
Re: Add client complexity or use a coprocessor? - HBase - [mail # user]
|
|
...On Tue, Apr 10, 2012 at 9:19 AM, Tom Brown wrote: Got it. I didn't realize. Your understanding is correct. My statement was about using the data s...
|
|
|
Author: Jacques,
2012-04-10, 21:49
|
|
|
Re: Add client complexity or use a coprocessor? - HBase - [mail # user]
|
|
...What about maintaining a bloom filter in addition to an increment to minimize double counting? You couldn't do atomic without some custom work but it would get u mostly there. If you w...
|
|
|
Author: Jacques,
2012-04-10, 06:01
|
|
|
|