Would it be more efficient to store small amounts of data directly in the B-tree rather than as a separate chunk?

--liw

Some quick experimentation indicates that this can be useful indeed. It reduces the amount of round trips Obnam needs to do to the repository, which matters a lot for sftp acces. It's now implemented in bzr and will be in the next release. --liw

done