Re: how to speed up "git log"?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Schindelin
Date: Monday, February 12, 2007 - 4:19 am

Hi,

On Mon, 12 Feb 2007, Bruno Haible wrote:


[in the following paragraph, "index" means the index on a classical 
database table]

And -- as everywhere else with classical databases -- you have to ask if 
it is worth it. Given the fact that a one-time use of such an index is 
_worse_ than doing it without index at all (building and writing the 
index is _at least_ as expensive as searching once without an index), I'd 
rather doubt it.

However, if you do similar kinds of searches quite often, it makes tons of 
sense to connect to a database. We already use sqlite in cvsserver, so I'd 
try that.

Ciao,
Dscho

-
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:
how to speed up "git log"?, Bruno Haible, (Sun Feb 11, 4:52 am)
Re: how to speed up "git log"?, Johannes Schindelin, (Sun Feb 11, 9:49 am)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 4:00 pm)
Re: how to speed up "git log"?, Johannes Schindelin, (Sun Feb 11, 4:08 pm)
Re: how to speed up "git log"?, Bruno Haible, (Sun Feb 11, 4:41 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 4:46 pm)
Re: how to speed up "git log"?, Johannes Schindelin, (Sun Feb 11, 4:56 pm)
Re: how to speed up "git log"?, Robin Rosenberg, (Sun Feb 11, 4:59 pm)
Re: how to speed up "git log"?, Bruno Haible, (Sun Feb 11, 7:02 pm)
Re: how to speed up "git log"?, Junio C Hamano, (Sun Feb 11, 9:08 pm)
Re: how to speed up "git log"?, Linus Torvalds, (Sun Feb 11, 9:20 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 11:06 pm)
Re: how to speed up "git log"?, Junio C Hamano, (Sun Feb 11, 11:11 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 11:22 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 11:28 pm)
Re: how to speed up "git log"?, Johannes Schindelin, (Mon Feb 12, 4:19 am)
Re: how to speed up "git log"?, Bruno Haible, (Mon Feb 12, 4:27 am)