Ticket #760 (new enhancement)
make apt faster on clusters
Reported by: | geofft | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Upstream Utopia |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
Installing things is kind of slow. It's been getting better with some dpkg improvements but we can see if we can make it much faster.
(I'm surprised we don't have a ticket about this already?)
Change History
Note: See
TracTickets for help on using
tickets.
I played around a bit with this, including putting root (and just /var) on an SSD, and other things. The bottleneck is simply that there are 3.5k packages installed and the database is a flat text file. The only way we're going to get APT faster is to stop installing the entire world, or give upstream a patch to use SQLite or something.