pub type NodeBatch<V> = BTreeMap<NodeKey, Node<V>>;
Node batch that will be written into db atomically with other batches.