https://cursor.com/blog/git-at-any-scale
Achieved high performance by simplifying drastically the architecure:
- Write-ahead log (WAL) : packfiles are written to S3-compatible object store, that’s the source of truth for repositories
- Repository servers act as ephemeral caches, materializing repos on machines with fast NVMe stored when needed