Re: bytea vs. pg_dump

Поиск
Список
Период
Сортировка
Искать
От
Bernd Helmle
Тема
Re: bytea vs. pg_dump
Дата
в 15:24:40
Msg-id
565C89DC4525DF15B55922B1@teje
Ответ на
Re: bytea vs. pg_dump (Hannu Krosing)
Список
Дерево обсуждения
bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Re: bytea vs. pg_dump Merlin Moncure <mmoncure@gmail.com>
Re: bytea vs. pg_dump Bruce Momjian <bruce@momjian.us>
Re: bytea vs. pg_dump Peter Eisentraut <peter_e@gmx.net>
Re: bytea vs. pg_dump Hannu Krosing <hannu@2ndQuadrant.com>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Dimitri Fontaine <dfontaine@hi-media.com>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Dimitri Fontaine <dfontaine@hi-media.com>
Re: bytea vs. pg_dump "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Alvaro Herrera <alvherre@commandprompt.com>
Re: bytea vs. pg_dump Peter Eisentraut <peter_e@gmx.net>
Re: bytea vs. pg_dump Hannu Krosing <hannu@2ndQuadrant.com>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Peter Eisentraut <peter_e@gmx.net>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Pavel Golub <pavel@microolap.com>
Re: bytea vs. pg_dump Pavel Stehule <pavel.stehule@gmail.com>
Re: bytea vs. pg_dump Peter Eisentraut <peter_e@gmx.net>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Greg Stark <gsstark@mit.edu>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Alvaro Herrera <alvherre@commandprompt.com>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Alvaro Herrera <alvherre@commandprompt.com>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Andrew Dunstan <andrew@dunslane.net>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Andrew Dunstan <andrew@dunslane.net>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Peter Eisentraut <peter_e@gmx.net>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Robert Haas <robertmhaas@gmail.com>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Magnus Hagander <magnus@hagander.net>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Andrew Dunstan <andrew@dunslane.net>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Greg Stark <greg.stark@enterprisedb.com>
Re: bytea vs. pg_dump Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: bytea vs. pg_dump Andrew Dunstan <andrew@dunslane.net>
Re: bytea vs. pg_dump Bernd Helmle <mailings@oopsware.de>
Re: bytea vs. pg_dump Andrew Dunstan <andrew@dunslane.net>
Re: bytea vs. pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: bytea vs. pg_dump Merlin Moncure <mmoncure@gmail.com>
Re: bytea vs. pg_dump Andrew Dunstan <andrew@dunslane.net>
Re: bytea vs. pg_dump Andrew Chernow <ac@esilo.com>
Re: bytea vs. pg_dump Merlin Moncure <mmoncure@gmail.com>
--On Samstag, Mai 30, 2009 00:47:16 +0300 Hannu Krosing 
 wrote:

> And we can also escape the need to uncompress TOAST'ed fields - just
> markup the compression as another \c at the beginning of data.

Hmm i thought about that, but that seems only to make sense if there is an 
easy way to "bypass" compressing the data on restore. Also, it seems to me 
that compression/decompression isn't a "real" bottleneck, but that needs to 
be confirmed.

--  Thanks
                   Bernd

В списке pgsql-hackers по дате отправления
От: Bruce Momjian
Дата:
От: Bernd Helmle
Дата:
Сообщение: Re: bytea vs. pg_dump
FAQ