summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-01 21:32:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-01 21:32:43 -0400
commit637ce8fc3efb2b2306a102662086419aa7b77244 (patch)
tree51939d9dbf6f7949af7a7dd21e45818f511635e2
parent5ec33dc6f90e81f6cc139a25104e96753203ae0d (diff)
parentfd9b90fea1bd9b0052d1cd6205ee3406b5032b24 (diff)
Merge remote-tracking branch 'branchable/master'
-rw-r--r--doc/forum/performance_improvement:_git_on_ssd__44___annex_on_spindle_disk.mdwn3
-rw-r--r--doc/forum/wishlist:_traffic_accounting_for_git-annex.mdwn1
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/performance_improvement:_git_on_ssd__44___annex_on_spindle_disk.mdwn b/doc/forum/performance_improvement:_git_on_ssd__44___annex_on_spindle_disk.mdwn
new file mode 100644
index 000000000..a04c8b040
--- /dev/null
+++ b/doc/forum/performance_improvement:_git_on_ssd__44___annex_on_spindle_disk.mdwn
@@ -0,0 +1,3 @@
+This works with bind-mount, I might try with softlinks as well.
+
+Going through git's data on push/pull can take ages on a spindle disk even if the repo is rather small in size. This is especially true if you are used to ssd speeds, but ssd storage is expensive. Storing the annex objects on a cheap spindle disk and everything else on a ssd makes things a _lot_ faster.
diff --git a/doc/forum/wishlist:_traffic_accounting_for_git-annex.mdwn b/doc/forum/wishlist:_traffic_accounting_for_git-annex.mdwn
new file mode 100644
index 000000000..3ec4f68aa
--- /dev/null
+++ b/doc/forum/wishlist:_traffic_accounting_for_git-annex.mdwn
@@ -0,0 +1 @@
+As git annex keeps logs about file transfers anyway, it should be relatively easy to add traffic accounting to a repo. That would allow me to monitor how much traffic a given repo creates. As I might end up hosting git-annex repos for a few personal friends, I need/want a way to track the heavy hitters. -- RichiH