why "not using Query" ? Such features are available in core using Map/Reduce; I don't think that different approaches should be provided by core otherwise, there is enough complexity in there...
Cheers, Sanne On 14 May 2012 16:58, Prabhat Jha <[email protected]> wrote: > Hi, > > In QuickTweet we needed a way to get most recent x tweets for a user or > on a topic. Currently we are implementing it by keeping entries in the > cache and updating a bounded FIFO queue in parallel. However, to get > most recent data or data for a given time range is a very common use > case specially in social media applications. It would be good to see > this range feature available in out of box (not using Query) in upcoming > Infinispan releases. Thoughts? > > I can get it started by creating a Jira unless I hear otherwise. > > Regards, > Prabhat > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
