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 of code is just to get some runtime outputs(they both run ONE time): 1. The _find - using an index - takes 3700ms. 2. Executing a view(that was created before) - 800ms They both examine the same amount of data(i.e 15846) - however - the _find is way slower. Please note - the time to create the index(.createIndex) - is not counted on those 3.7 seconds.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
