Re: Loading data on-demand in Cassandra

2012-08-12 Thread Oliver Plohmann
ata is only on disk, it remains there until a read for > that row-key/column is requested so in essense it's always load on demand. > > Currently there is no support for async notifications of changes. > > > > On 08/12/2012 03:24 PM, Oliver Plohmann wrote: >> &

Loading data on-demand in Cassandra

2012-08-12 Thread Oliver Plohmann
Hello, I'm looking a bit into Cassandra to see whether it would be something to go with for my company. I searched through the Internet, looked through the FAQs, etc. but there are still some few open questions. Hope I don't bother anybody with the usual beginner questions ... Is there a way