upvote
I recall that this became a big problem for the Homebrew project in terms of load on the repo, to the extent that Github asked them not to recommend/default-enable shallow clones for their users: https://github.com/Homebrew/brew/issues/15497#issuecomment-1...

This is likely to be lower traffic, and the history should (?) scale only linearly with new data, so likely not the worst thing. But it's something to be cognizant of when using SCM software in unexpected ways!

reply
How would shallow clone be more stressful for GitHub than a regular clone?
reply
Shallow clones (and the resulting lack of shared history data) break many assumptions that packfile optimisations rely on.

See also: https://github.com/orgs/Homebrew/discussions/225

reply
This makes more sense. I still wonder if the author isn't just effectively recreating Apache Iceberg manually here.
reply
Are they paying for the repo space, I wonder?
reply
someones paying to keep name dropping Iceberg(tm)
reply