You can stick CassandraDataModel into your non-distributed recommender, yes. It is still going to cache the Cassandra data in memory -- even reading out of a fast Cassandra cluster is too slow for this kind of intense access pattern -- but yes it will read just fine.
On Tue, Nov 29, 2011 at 2:37 PM, Tan Shern Shiou <[email protected]>wrote: > Thanks for the advice.. I would look into it. > Another question, taste-web can support Cassandra without major rewrite > right? > > > On 29/11/2011 10:32 PM, Sean Owen wrote: > >> like your input is actually not >> what you think it is, or something else you're doing is consuming a great >> deal of memory. I would debug and/or profile to see where the memory is >> used. For example you've not shown where the OutOfMemoryError is thrown. >> >> Sean >> >
