Re: Writing values to relation using bytearray ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Writing values to relation using bytearray ...
Дата
Msg-id 805.1236361006@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Writing values to relation using bytearray ...  (Kedar Potdar <kedar.potdar@gmail.com>)
Список pgsql-hackers
Kedar Potdar <kedar.potdar@gmail.com> writes:
> I could find a workaround for the issue wherein the value of type
> which is not stored "by value" and has fixed data length, is being
> stored in string format to the relation.

The answer is simple: don't do that.  You do not need to, and should
not, convert to string format.  Again, please look at how ANALYZE
does it.
        regards, tom lane


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

Предыдущее
От: Kedar Potdar
Дата:
Сообщение: Re: Writing values to relation using bytearray ...
Следующее
От: Guillaume Smet
Дата:
Сообщение: Re: small parallel restore optimization