Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] JGIT archival feasibility

Hi Team,

Since last year our product which is using GIT repo to keep audits of most of our application data , having issues .
The Size of Repo for some of our customers (.git)  has increased to more than 50 GB . 
as our application reads all data  when application startup and during normal operation . All the git operations are now very slow .Is there any way to  resolve the issue

I am thinking of somehow archiving older git objects. Can git repo be archived along with commits  which are non recent older than 1 year .

Thanks
Gaurav

Back to the top