Skip to main content

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



On Jun 14, 2022, at 7:08 AM, Gaurav Tiwari <gauravtiwari9098@xxxxxxxxx> wrote:

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

Are you running any kind of maintenance on this repo? Things like 'git gc' or the lower level utilities it calls. If not, you should. Performance will definitely suffer without that.


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
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jgit-dev


Back to the top