> On Sep 18, 2014, at 10:36 AM, Rajagopal V <[email protected]> wrote:
> 
> In CBLRemoteQuery, the live query mechanism is not yet implemented.

Right. The problem is that it's a lot more expensive to do this over the 
network than locally. The implementation will need to poll the remote database 
checking to see when the latest-sequence value changes; when it does, it will 
need to re-issue the query. If the remote database changes frequently, this 
could result in constant activity.

I'm not saying we won't implement it, just that it needs some more thought. For 
now, if you use this I would design your UI with an explicit Refresh or Search 
button that re-issues the query, instead of trying to do it automatically.

—Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/E849D56C-3ED8-4CC0-B7CB-04B544BC67BA%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to