[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