4 ms·
Their primary storage medium is block storage which is quite expensive. Codeberg cited it, although post-hoc, in their decision to ban AI projects. GitLab runs
by oooyay 22d ago
Their primary storage medium is block storage which is quite expensive. Codeberg cited it, although post-hoc, in their decision to ban AI projects. GitLab runs (or ran) the large block storage based Git service I know of which is Gitaly.
If you want to achieve public service level traffic and cost then you pretty much need to find a way to leverage object storage.
- inigyou 22d agoNote that this assumes cloud-based. A rack full of hard drives is far cheaper per GB than either, even at 50% utilisation and 2x redundancy. (It would have to be! Amazon obviously wants to make a profit)
- jeremyjh 22d agoGitHub also uses block storage - its just git on NVME. The complicated part is the redundancy and ensuring consistency. Cursor introduced an S3 WAL in their new system, Continuity. https://cursor.com/blog/git-at-any-scale https://cursor.com/blog/git-at-any-scale