Comment 1 for bug 829298

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: bzr-git performance suffers for large repositories

bzr-git's push support isn't really yet on par with its fetch support, which works reasonable well for large repositories that have the size of mysql or the kernel.

This is partly due to a lack of support for generating proper git pack files in dulwich (bug 562673) and partly due to the difference in the file formats of bzr and git. Some sort of cache (not fulltext, but git sha -> bzr object identifier) might help iterating over git objects based on a bzr repository more quickly.