Reputation: 667
I have the following use case of a real-time app using CQEngine:
What is the best practice (to achieve lowest latency) in this case? Iterate over ResultSet of (1), create the same indices over ResultSet of (1) as for the original collection and perform the queries that way, or query A AND B[i] over the original collection each time?
Upvotes: 1
Views: 239