diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkYmMFDdf3GJ9Oba6NCVkzGc4JyB9WavMs <Xinruo@web> | 2014-01-04 02:29:19 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-04 02:29:19 +0000 |
commit | 3e6b044d1afa49699cd391481f5d65895452008b (patch) | |
tree | ba82b95c8f80cff22e1cda4b0a33aa9347fbb514 | |
parent | e56dba4f79d21e5837bb57da1ee2b173276f96ad (diff) |
-rw-r--r-- | doc/todo/wishlist:_pack_metadata_in_direct_mode.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_pack_metadata_in_direct_mode.mdwn b/doc/todo/wishlist:_pack_metadata_in_direct_mode.mdwn new file mode 100644 index 000000000..ddf15a144 --- /dev/null +++ b/doc/todo/wishlist:_pack_metadata_in_direct_mode.mdwn @@ -0,0 +1,3 @@ +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. |