I have a question about siddhi query. Is there a way to sort the Top-k elements with a Siddhi query?
I know about the sort window. I also know that this window only holds elements as large as the window size. That is, once the window size is exceeded, the elements are deleted. I think this is unfair because the value of data can be updated. So what I want to do is recalculate the top k rankings for every incoming data. Do you have a good idea?
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
