Couchbase write path

Hi,
I wanted to know how the write happens in Couchbase. Lets say if a client wants to write to Couchbase, does the write request first comes to a coordinator and then the coordinator decides which data node to go. If this is the case, the coordinator will always be a bottle neck for write operations.

It will be great if someone can explain the write path or point me to some documentation where I can read about it.

Thanks

https://docs.couchbase.com/server/current/learn/buckets-memory-and-storage/vbuckets.html

1 Like