Gitaly Comparison blob/tree: performance mitigation
The chunking logic of Gitaly is based on the message size in bytes rather than on the number of returned items. Therefore, we can force it to send two chunks with less files with longer file names. hg-git being probably the bottleneck, making the file content smaller also has a minor impact. Overall, on the development setup I am currently using, the test setup goes down from 3 minutes to 30 seconds. Still painful, but more bearable.
parent
40ba766d
No related branches found
No related tags found
Please register or sign in to comment