CouchDB performance in single-node vs 1 node cluster #4567
Unanswered
unlikelyzero
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't think there would be much of a performance difference. The setup might do slightly different things, create some default databases and such https://docs.couchdb.org/en/stable/setup/single-node.html But there are some performance tweaks you can make, such as pick a default sharding value (Q), for instance. It defaults to 2 but if you have more than 2 CPUs available and expect to have fewer but large database, could start with a larger values like 8 or 32, for instance. Then potentially with enough CPU resources, your views or compactions would go 4 or 16 times faster than the default. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We are looking at improving our recommended couchdb configuration for some of our userbase to increase performance.
https://github.com/nasa/openmct/tree/master/src/plugins/persistence/couch
We were wondering if there's a performance difference when configuring a couchdb cluster for single-node vs a 1 node cluster.
Beta Was this translation helpful? Give feedback.
All reactions