We have and android application which mostly pulls data but can push a small amount too.
I have one sync gateway url and I create replications for push and for pull. I have not done anything to indicate what data is for pull and which is for push. Is there way to do that?
I've tried to clear out some old unwanted data from our couchbase server. Afterwards unfortunately, when the client stars up and connects again it syncs all the old unwanted data back to my couchbase server.
How can I accomplish this?
What is a good way to remove unwanted data from a couchbase server using a sync gateway?
When our application is installed and then starts up for the first time, It takes a long time syncing data. There are about 1800 items in our couchbase server. Why does it take so long for data to get synced on application load after application install? What are some ways I can alleviate this?
Thank you.