ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Igor Vlasenko <vlasenko@imath.kiev.ua>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] repocop: arch-dep-package-has-big-usr-share
Date: Thu, 31 Jul 2008 23:10:29 +0300
Message-ID: <20080731201028.GA31647@dad.imath.kiev.ua> (raw)
In-Reply-To: <20080731192406.GJ31781@solemn.turbinal>

On Thu, Jul 31, 2008 at 11:24:06PM +0400, Alexey Tourbin wrote:
> On Thu, Jul 31, 2008 at 09:35:29PM +0400, Alexey Tourbin wrote:
> > On Thu, Jul 31, 2008 at 05:21:10PM +0300, Igor Vlasenko wrote:
> > >  arch-dep-package-has-big-usr-share 	 The package has a significant
> > >  amount of architecture-independent data in /usr/share, while it is an
> > 
> > Неплохо бы каждому пакету сопоставить вес /usr/share части:
> > 
> > p(S,s)->[0..1]
> > 
> > S - абсолютный размер пакета,
> > s - абсолютный размер /usr/share части;
> > 
> > 0 - нет /usr/share,
> > 1 - всё в /usr/share.
> > 
> > Идея в том, чтобы учитывать не только относительный размер s/S,
> > но и абсолютный S, чтобы не распиливать слишком маленькие пакеты.
> > Точнее, весовая функция p должна корректировать вес с учетом абсолютного
> > размера.  Поскольку абсолютный размер имеет физическую размерность (в
> > байтах), нужно ещё добавить параметр m, который корректирует искривление
> > функции p.
> > 
> > p(S,s,m)->[0..1]
> > 
> > m - порядка 2^{20} (1 мегабайт).
> > 
> > Какой должна быть функция p, чтобы наибольший вес получили пакеты,
> > в которых "по смыслу" нужно отпилить noarch кусок?
> 
> Вот креатив, который поясняет то, что я имел в виду.
> ftp://ftp.altlinux.ru/pub/people/at/pSsm01.jpg

Сейчас там на плоскости (S,s) вырезается первое приближение к гиперболе:
|
| |
|  \ _
|________

DELETE FROM t1 WHERE total <= 1048576;
DELETE FROM t2 WHERE usrshare <= 1048576;
отбрасываются пакеты с total < 1mb и с /usr/share/ < 1mb
INSERT INTO t3 SELECT t1.pkgid, total, usrshare FROM t2 LEFT JOIN t1 ON t1.pkgid=t2.pkgid WHERE usrshare > 2097152 OR (usrshare > 1048576 AND usrshare/total > 0.5);
затем выделяются пакеты с /usr/share/ > 2mb либо /usr/share/> 1mb и s/S >0.5.

В принципе можно сгладить, 
только не понятно, стоит ли размениваться на пакеты S,s < 1mb.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



  reply	other threads:[~2008-07-31 20:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-31 14:21 Igor Vlasenko
2008-07-31 14:30 ` Aleksey Avdeev
2008-07-31 14:35 ` Led
2008-07-31 14:39   ` Alexey Shabalin
2008-07-31 14:45     ` Aleksey Avdeev
2008-07-31 14:51 ` Alexey Tourbin
2008-07-31 15:01   ` Alexey Tourbin
2008-07-31 15:48     ` Igor Vlasenko
2008-07-31 15:35   ` Igor Vlasenko
2008-07-31 17:35 ` Alexey Tourbin
2008-07-31 19:24   ` Alexey Tourbin
2008-07-31 20:10     ` Igor Vlasenko [this message]
2008-07-31 21:26       ` Alexey Tourbin
2008-08-01  7:55         ` Igor Vlasenko
2008-08-03 15:24   ` Andrey Rahmatullin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080731201028.GA31647@dad.imath.kiev.ua \
    --to=vlasenko@imath.kiev.ua \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git