Why are installs so Slow
My idea was perhaps make pkgadd handle small packages better.
Alanc: the pkgadd team is working on that, but right now, every package added causes it to have to rewrite all of /var/sadm/install/contents in sorted order, so it gets to be like an additional 10MB of disk i/o for every single pkg added
Ouch was the group reaction to this little bombshell.
Alanc: which is why they tried going to sqlite in S10, but that made it even slower on small memory systems
So yes its being worked on. But it’s a long standing design flaw best that exists because.
Alanc: AT&T certainly wasn't planning for 10,000 packages when they created the SVR4 system











1 Comments:
Actually, it's about 10,000 files, not packages. The number of packages is around 1000. The problem is that the contents file gets overwritten every time a new package gets installed.
Post a Comment
<< Home