[–] jsprogrammer [S] ago
Oh, git itself can scale, but yeah, the scaling issue is with concurrent editing. I'll have to think if this can be done solely by adding files, but I think there at least needs to be an index that would need updating. Something like PostgreSQL can scale particular types of concurrent editing better than git. For now though, I'm going to see how far I can take the git only approach. I really like its replication "story".