Re: Block size with pg_dump?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Block size with pg_dump?
Дата
Msg-id 200708270011.l7R0Bw114136@momjian.us
обсуждение исходный текст
Ответ на Block size with pg_dump?  (Jean-David Beyer <jeandavid8@verizon.net>)
Ответы Re: Block size with pg_dump?  (Jean-David Beyer <jeandavid8@verizon.net>)
Список pgsql-sql
Jean-David Beyer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> When I make a backup of a database, I put the output file directly on
> magnetic tape; i.e., my command looks like this:
> 
> pg_dump --file=/dev/st0 ....
> 
> This way I do not have to worry if the total backup exceeds the size of a
> file system, and it saves me the trouble of copying it to the tape as a
> separate step. My current tapes will hold 20 GBytes raw or 40GBytes if I
> enable hardware compression (assuming 2:1 compression happens). Now it says
> in the documentation that if I use format c it will compress the data in
> software, so I doubt the hardware compression will do much.
> 
> I do not know what blocksize pg_dump uses, or if it insists on a particular
> blocksize on input.
> 
> Now my tape drive will work with any blocksize, but prefers 65536-byte
> blocks. I do not see any options for this in pg_dump, but I could pipe the
> output of pg_dump through dd I suppose to make any blocksize I want.
> 
> On the way back, likewise I could pipe the tape through dd before giving it
> to pg_restore.
> 
> Does pg_dump care what blocksize it gets? If so, what is it?

I assume you could pipe pg_dump into dd and specify the block size in
dd.

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Andreas
Дата:
Сообщение: List of FKeys ?
Следующее
От: Jean-David Beyer
Дата:
Сообщение: Re: Block size with pg_dump?