Replies: 1 comment 2 replies
-
@subin94 which read operations are slow, and how much slower are they than before the bulk inserts? In addition, how many docs in total are you updating/inserting in your bulks? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When bulk inserts/updates are happening, the following read operations are slowing down. I believe it must be latency caused due to indexing.
From the documentation, https://docs.couchdb.org/en/latest/config/ioq.html, could see
view_update
to false will improve read performance?view_update
to false ?Any help here will be greatly appreciated.
Thanks in Advance _/\_
Beta Was this translation helpful? Give feedback.
All reactions