summaryrefslogtreecommitdiff
path: root/bugs/small-chunks-in-btree.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'bugs/small-chunks-in-btree.mdwn')
-rw-r--r--bugs/small-chunks-in-btree.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/bugs/small-chunks-in-btree.mdwn b/bugs/small-chunks-in-btree.mdwn
deleted file mode 100644
index 268835c..0000000
--- a/bugs/small-chunks-in-btree.mdwn
+++ /dev/null
@@ -1,11 +0,0 @@
-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]]