Skip to content
Prev 1548 / 2152 Next

lazy load (and unload?) elements of large list

Dear Saptarshi,

Thanks for your response.
On 17 Nov 2012, at 05:42, Saptarshi Guha wrote:

            
fairly small (<5Mb)
Can Hbase cope with arbitrary format data (like a list) rather than just tables?
Yes, that was the sort of thing I had in mind.
I was hoping someone might have done some work on this type of strategy that could be reused!
I have 2 use cases ? one batch processing on a cluster where all elements will be processed, typically in a function that takes a pair of elements as inputs and computes scores for all 16k^2 combinations; this is much faster when. For the time being simple approaches seem to work here, but Hadoop is something I have been meaning to investigate for the longer term.  The second main use case, interactive use on single user machine, where I am more concerned about saturating memory, is what I am trying to address currently.

Best wishes,

Greg.