Hi Mirko, Continuous query is predicate-based only (i.e., client receives notifications for updates in cache filtered by provided predicate). The 'initialQuery' you're talking about gives you the initial snapshot - the state of the cache at the moment of execution.
Are you executing queries on application startup? If this is the case, you won't need initial query at all. Does this make sense for you? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Continuous-SqlListQuery-tp671p673.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
