summaryrefslogtreecommitdiff
path: root/bugs/small-chunks-in-btree.mdwn
blob: 268835c9036693ffd9b560e5fef57ed36017feaf (plain)
1
2
3
4
5
6
7
8
9
10
11
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]]