1) Indexing support for in memory event tables. I think this is done, we
should just merge.

2) Indexing support for Event patterns and sequences. e.g Given a query
like following

from d = TaxiTrip -> ( TaxiTrip[d.medallion == medallion] or TaxiTrip[ts -
d.ts > 30 min])

We need to be able to index based on the ts ( may be based on user
annotation)

3) Integrate FrequentK, MaxK, and Median functions? ( Sachini can you put
them in? I thin we can put to current release?)

4) Building a processing chain with a single disrupter for queries. Doing
this improved latency from 50ms -> 0 for DEBS challange. It would take some
work to do this.

--Srinath




-- 
============================
Blog: http://srinathsview.blogspot.com twitter:@srinath_perera
Site: http://people.apache.org/~hemapani/
Photos: http://www.flickr.com/photos/hemapani/
Phone: 0772360902
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to