janl commented on issue #8615: URL: https://github.com/apache/pouchdb/issues/8615#issuecomment-3985219245
for the filter case, what you’re setting up there is a _local_ filter running in PouchDB for a _remote_ database on CouchDB. This by definition requires you to download each document from CouchDB to PouchDB and then decide whether to keep said document. While this is possible, it probably only exists for option-symmetry. The real speedup here is running the filter on the CouchDB side. Of course we could avoid the double-download, but you shouldn’t be using this if performance is a concern. Please re-open with more details :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
