If you even THINK you need to retrieve all 25000+ entries at one go, you’re probably doing something wrong. 30 enties isn’t good for much, but I can’t think of any situation in which you wouldn’t be able to get smaller chunks as you actually need them (using, say, StartKey and UntilKey).
I need this because I need to migrate all the data to the other site… and they require all the data in XML… but I am not able to get all data in one time…
Is there any way so that I can take the data in 3-4 parts…
I know I can do like &count=1000
but if in second time If I need the data from 1001 to 2000 then How can I do this?