Re: [WISH] Store also tag dereferences in packed-refs

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Marco Costalba <mcostalba@...>
Cc: Junio C Hamano <junkio@...>, <git@...>
Date: Saturday, November 18, 2006 - 9:11 pm

On Sun, 19 Nov 2006, Marco Costalba wrote:

MUCH slower than expected.

Can you do

	strace -o tracefile -Ttt git show-ref

and send out the tracefile?

What I _suspect_ is going on is that when you packed your refs, you either 
didn't prune them (which means that packing didn't actually help you), or 
if you did prune them, since we don't seem to remove the refs 
_directories_ when packing, you still have an old and big directory for 
.git/refs/tags, and just reading that (empty, but non-shrunken) directory 
takes time.

The -Ttt thing should show quite clearly what takes time.

(This, btw, is one _huge_ reason why the old shell script things with 
piping sucked. Doing things like performance analysis is so much easier 
with a builtin thing and really shows what's going on).

		Linus
-
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:
[WISH] Store also tag dereferences in packed-refs, Marco Costalba, (Sat Nov 18, 5:15 am)
Re: [WISH] Store also tag dereferences in packed-refs, Junio C Hamano, (Sat Nov 18, 2:38 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Petr Baudis, (Sat Nov 18, 2:43 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Marco Costalba, (Sat Nov 18, 2:47 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Junio C Hamano, (Sat Nov 18, 3:04 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Marco Costalba, (Sat Nov 18, 8:28 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sat Nov 18, 9:11 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Marco Costalba, (Sun Nov 19, 5:40 am)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sun Nov 19, 2:05 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Marco Costalba, (Sun Nov 19, 3:07 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sun Nov 19, 4:18 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Marco Costalba, (Sun Nov 19, 4:09 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sun Nov 19, 4:36 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Marco Costalba, (Sun Nov 19, 6:25 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sun Nov 19, 7:26 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Junio C Hamano, (Sun Nov 19, 5:01 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sun Nov 19, 5:14 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sun Nov 19, 4:44 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Junio C Hamano, (Sat Nov 18, 9:40 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Junio C Hamano, (Sat Nov 18, 9:45 pm)
Re: [WISH] Store also tag dereferences in packed-refs, Linus Torvalds, (Sat Nov 18, 9:59 pm)