Submitted by rajatarya t3_znfgap in MachineLearning
_matterny_ t1_j0jvsyr wrote
Reply to comment by rajatarya in [P] XetHub: We scaled Git to support 1 TB repos by rajatarya
If you are splitting things into chunks, is there a file quantity limit?
rajatarya OP t1_j0jx9cw wrote
No specific file limit. By scanning the files and chunking them the specific number of files in the repo doesn’t matter. But for each file in the repo we leave a pointer file that references the merkle tree entry for that file.
Viewing a single comment thread. View all comments