Re: [viewvc-users] Query functionality
"C. Michael Pilato" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Organization | CollabNet, Inc. |
| Message-ID | <[email protected]> |
Giulio Troccoli wrote: > Hi, > > We have been used ViewVC for quite a while now, on 1.1.3 at the moment, > and I was wondering about the query funcionality. What is it exactly? > What would be its main benefits? What are the overhead? The query functionality just adds some metadata search capabilities to ViewVC. Maybe you want to show all the commits that a particular user has made to the repository. Or all the commits between a certain range of dates. Or you want to find all the commits whose log message references "issue 1423". That kinda thing. You pay a relatively small cpu penalty to populate the database (typically a per-commit penalty, paid post-commit). You pay whatever penalty is incurred by the size of the database -- but its only metadata that's stored, not file contents or anything like that. -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Distributed Development On Demand ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2448408 To unsubscribe from this discussion, e-mail: [[email protected]].
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkt8DIwACgkQokEGqRcG/W6Q4QCeIfO6E6FE0wMomRryVce/kyMg 2AQAn33tVqIeRert8TA/nJen1ikP/SPc =LCIm -----END PGP SIGNATURE-----