summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__58___pack_metadata_in_direct_mode.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/wishlist__58___pack_metadata_in_direct_mode.mdwn')
-rw-r--r--doc/todo/wishlist__58___pack_metadata_in_direct_mode.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/wishlist__58___pack_metadata_in_direct_mode.mdwn b/doc/todo/wishlist__58___pack_metadata_in_direct_mode.mdwn
new file mode 100644
index 000000000..1d52ff512
--- /dev/null
+++ b/doc/todo/wishlist__58___pack_metadata_in_direct_mode.mdwn
@@ -0,0 +1,5 @@
+The metadata storage for direct mode (V3) is this. In directory .git/annex/objects, there is one .map for all annexed file, and one .cache for all files in the working tree. Both are small files, containing only 1 line or a few lines. I have a repo with lots of photos, and this created lots of small files. I believe this will cause many performance issues.
+
+It would be great if these files are packed, maybe also in the git pack files format.
+
+[[!meta tag=deprecateddirectmode]]