Re: Significant performance waste in git-svn and friends

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Eric Wong <normalperson@...>
Cc: Mike Hommey <mh@...>, <git@...>
Date: Friday, September 7, 2007 - 12:55 am

Eric Wong <normalperson@yhbt.net> wrote:

It would work just fine.  git-p4 uses fast-import and runs it in
incremental mode all of the time.

What will happen is you will get a packfile per git-svn fetch, so
if you fetch 5 times that day you will get 5 packfiles that day.
But you could also get 5 packfiles from git-fetch if each of those
fetches brought in 100 or more new objects.  So it really is not
that big of a deal.

At some point the number of packfiles gets out of control, but so
does the number of loose objects.  Repacking is the obvious fix in
both cases.

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Significant performance waste in git-svn and friends, Mike Hommey, (Wed Sep 5, 2:47 pm)
Re: Significant performance waste in git-svn and friends, Shawn O. Pearce, (Fri Sep 7, 12:55 am)
Re: Significant performance waste in git-svn and friends, Junio C Hamano, (Wed Sep 5, 4:40 pm)
Re: Significant performance waste in git-svn and friends, Shawn O. Pearce, (Wed Sep 5, 10:16 pm)
Re: Significant performance waste in git-svn and friends, Shawn O. Pearce, (Wed Sep 5, 10:19 pm)