Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35103 - MySQL Cache for portage
Summary: MySQL Cache for portage
Status: RESOLVED DUPLICATE of bug 51704
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Conceptual/Abstract Ideas (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-04 17:07 UTC by Doug
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug 2003-12-04 17:07:31 UTC
Maybe this is just my computers, but usually searching for an application on
portage takes a while.  So one day I wrote up a small php script to add all the
packages into a mysql db (it was only a 200KB db, i believe) and a search script
(both written in php).  Searches take near no time at all when this is done.  I
suggest building this option in (enabling it by a use flag, of course) future
releases.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2003-12-04 17:38:44 UTC
i think esearch currently takes care of this problem w/out the overhead of php and
mysql
Comment 2 Lorenz Kiefner 2004-05-20 11:40:48 UTC
perhaps this should be integrated in emerge and enabled by the "mysql"-use-flag?

http://forums.gentoo.org/viewtopic.php?t=175461

it's a great solution.
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-05-24 11:57:50 UTC
OneofOne's code has been submitted via another bug, marking this as a duplicate since the effort appears to be centered there.

*** This bug has been marked as a duplicate of 51704 ***