I am using two one-time filtered pulls in my iOS app in order to prioritize the fetching of data which is important for me to display to the user when I first sync to CouchDB. Currently, I start them in the order of importance to the UI, but I'm letting them run concurrently. The pull which gets the less important data has many more documents than the one which I *really* have to wait for in order to display parts of my UI. How does Couchbase handle multiple concurrent pulls? Am I correct in thinking that once the server has the response for my more critical data, It will get processed in a reasonable amount of time? (say, no more than a second later than if there were no other replications running)? All of the data I'm talking about is comprised of very small documents with no attachments. I'm using Cloudant to serve up the data.
My coworker will be adding this same prioritization scheme to the Android version of the app, is the advice the same for Android? -- 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/71bdc640-d5b5-4e76-a134-47f4dbf3fd9c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
