Re: Practical maximums (was Re: PostgreSQL theoretical

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: Practical maximums (was Re: PostgreSQL theoretical
Дата
Msg-id 44D799B0.8070301@cox.net
обсуждение исходный текст
Ответ на Re: Practical maximums (was Re: PostgreSQL theoretical  (Scott Marlowe <smarlowe@g2switchworks.com>)
Ответы Re: Practical maximums (was Re: PostgreSQL theoretical  (Richard Broersma Jr <rabroersma@yahoo.com>)
Re: Practical maximums (was Re: PostgreSQL theoretical  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: Practical maximums  (Jorge Godoy <jgodoy@gmail.com>)
Re: Practical maximums (was Re: PostgreSQL theoretical  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Scott Marlowe wrote:
> On Mon, 2006-08-07 at 13:51, Ron Johnson wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Jeff Davis wrote:
>>> On Mon, 2006-07-31 at 09:53 -0500, Ron Johnson wrote:
>
>>> pg_dump just produces output. You could pretty easily stripe that output
>>> across multiple devices just by using some scripts. Just make sure to
>>> write a script that can reconstruct the data again when you need to
>>> restore.
>> But doesn't that mean that pg_dump must dump to disk?
>>
>> With a *big* database, that's a whole lot of extra kit (not just
>> spindles) to buy.
>
> I'm certain you can backup direct to tape, as I've done it in the past
> with postgresql.  This was in the day of 4 gig 4 mm tape drives...

Sure.  That's why tar is named *Tape* ARchive.

Going along with the example of the 4GB 4mm tape drive, and to
simplify, we are *not* using compression (neither on the drive or
s/w gzip or bzip):

Say we have a 7GB database.  Is there a way to way to use 2 tape
drives...  Argh, I guess not, since the Unix pipe mentality presumes
that the mode of operation will be:
  $ pg_dump /some/database | tar cvfz /dev/st0/db.tgz

What would be darned useful (but only, I think, with heavy usage of
tablespaces) is:
  $ pg_tapedump /some/database /dev/st0,/dev/st1,/dev/st2,/dev/st3

- --
Ron Johnson, Jr.
Jefferson LA  USA

Is "common sense" really valid?
For example, it is "common sense" to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that "common sense" is obviously wrong.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE15mwS9HxQb37XmcRAmh/AKDN8ITbeax0+DvKBMGRJ2JBEy3cpACg4/Gd
t4mFuJA+DeAUOEKSztbWHNg=
=Cq3a
-----END PGP SIGNATURE-----

В списке pgsql-general по дате отправления:

Предыдущее
От: MargaretGillon@chromalloy.com
Дата:
Сообщение: Re: Varchar concatenate fields as Char or Varchar, not Text
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Practical maximums (was Re: PostgreSQL theoretical