97
97
On the data insertion side commit will want to generate new data. The
98
98
commands pull, bundle, merge, push, possibly uncommit will want to copy
99
99
existing data in a streaming fashion.
101
101
* New container format: Its hard to tell what the right way to structure the
102
102
layering is. Probably having smooth layering down to the point that code
103
103
wants to operate on the containers directly will make this more clear. As