in the new path-based storage model, we have a series of layers, to represent updates to the tree. the top layer will always be updated, so it makes sense to store all of it in a single field and save many key, values and therefore many writes. only write about 8kb of data... or don't even store it into the db.
in the new path-based storage model, we have a series of layers, to represent updates to the tree. the top layer will always be updated, so it makes sense to store all of it in a single field and save many key, values and therefore many writes. only write about 8kb of data... or don't even store it into the db.