Description
Currently KernelNodeStore and KernelNodeStateBuilder directly apply every operation on the content tree to the private branch of the Microkernel. There have been some concerns re. performance hits due to network latency in the case where the Microkernel is not co-located.
I suggest to add batching capabilities such that operations are only written through to the Microkernel on certain limits.