Hello all, there is a note on http://docs.couchdb.org/en/latest/config/misc.html#uuids-configurationabout a performance impact of random document ids. If the document ids are not sequential larger portions of the b-tree need to be rewriten. Is this related only to inserts or also to updates?
I guess on updates the path (the intermediate B-tree nodes) to the document needs to be rewritten anyways, so the document id should not matter. thank you, Stefan
