Replies: 1 comment
-
"Make sure you've set up the right indexes for the fields you're searching. If you're frequently looking for documents with the 'type_document' field set to 'article', it's a good idea to create an index for it." |
Beta Was this translation helpful? Give feedback.
-
Hello,
With CouchDB 3.2.1, I am experiencing slowness when using the find function.
During the initial loading, the find operation takes a long time: approximately 15 seconds for 15 documents.
On the second loading, it is instantaneous.
Is this normal? (Cache?)
How can I improve this loading time or add some debugging?
My code:
thanks !
Beta Was this translation helpful? Give feedback.
All reactions