From: | Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar> |
---|---|
To: | mlw <markw(at)mohawksoft(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: beta3 |
Date: | 2001-11-23 19:06:54 |
Message-ID: | 20011123190656.1757F2AB3F@bugs.unl.edu.ar |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Vie 23 Nov 2001 13:10, mlw wrote:
>
> While agree in principle with your view on bzip2, I think there is a strong
> reason why you should use it, 20%
>
> That 20% is quite valuable. Just by switching to bzip2, the hosting
> companies can deliver 20% more downloads with the same equipment and
> bandwidth cost. The people with slow connections can get it 20% faster.
>
> Will bzip2 become the standard? Probably not in general use, but for
> downloadable tarballs it is rapidly becoming the standard. Those who pay
> for bandwidth (server or client) welcome any improvement possible.
>
> I would switch the argument around, time how long it takes to do:
>
> ncftpget postgresql-xxxx.tar.gz
> tar xpzvf postgresql-xxxx.tar.gz
> cd postgresql-xxxx
> ./configure --option
> make
> make install
>
> vs
>
> ncftpget postgresql-xxxx.tar.bz2
> bunzip2 -c postgresql-xxxx.tar.bz2 | tar xpzv
New versions of tar would do this:
tar xpjvf postgresql-xxxx.tar.gz
It comes with bzip2 support.
Saludos... :-)
--
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués | mmarques(at)unl(dot)edu(dot)ar
Programador, Administrador, DBA | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2001-11-23 19:21:33 | Re: Problems with sequences |
Previous Message | Lamar Owen | 2001-11-23 17:56:09 | Re: v7.2b3 packaged, but not announced beyond here yet ... |