Hello, We have started experimenting with CouchDb as our backend, being especially interested with the changes API, and we ran into performances issues. We have a DB containing aournd 3.5M docs, each about 10K in size. Running the following query on the database :
http://192.168.1.166:5984/infowarehouse/_changes?since=0 takes about 30minutes on a 4-core, Windows 7 box, which seems rather high. Is this expected ? Are there any bench available on this API ? Thanks in advance, Arnaud Bailly
