[GitHub] [couchdb] ngspinu edited a comment on issue #2129: _find performance issues

2019-08-23 Thread GitBox
ngspinu edited a comment on issue #2129: _find performance issues URL: https://github.com/apache/couchdb/issues/2129#issuecomment-524221527 So that means _find will never be as fast as a regular db view, although they use the same map/reduce underneath - and the same query engine. I

[GitHub] [couchdb] ngspinu edited a comment on issue #2129: _find performance issues

2019-08-22 Thread GitBox
ngspinu edited a comment on issue #2129: _find performance issues URL: https://github.com/apache/couchdb/issues/2129#issuecomment-523884667 Even if I create the index on runtime, or if using one that was created before - the result will always take over 3.5seconds. The above piece

[GitHub] [couchdb] ngspinu edited a comment on issue #2129: _find performance issues

2019-08-22 Thread GitBox
ngspinu edited a comment on issue #2129: _find performance issues URL: https://github.com/apache/couchdb/issues/2129#issuecomment-523855721 This is what _explain says: ![image](https://user-images.githubusercontent.com/3541/63509337-98ffcf80-c4e4-11e9-9d8c-6dd46d1f3b2f.png)