Re: Database restore speed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Database restore speed
Дата
Msg-id 8549.1133564459@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Database restore speed  ("Luke Lonergan" <llonergan@greenplum.com>)
Ответы Re: Database restore speed  ("Luke Lonergan" <llonergan@greenplum.com>)
Список pgsql-performance
"Luke Lonergan" <llonergan@greenplum.com> writes:
> One more thing - this is really about the lack of a cross-platform binary
> input standard for Postgres IMO.  If there were such a thing, it *would* be
> safe to do this.  The current Binary spec is not cross-platform AFAICS, it
> embeds native representations of the DATUMs, and does not specify a
> universal binary representation of same.

Sure it does ... at least as long as you are willing to assume everybody
uses IEEE floats, and if they don't you have semantic problems
translating float datums anyhow.

What we lack is documentation, more than functionality.

            regards, tom lane

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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Re: 15,000 tables
Следующее
От: Michael Riess
Дата:
Сообщение: 15,000 tables - next step