Re: arrays, inline to pointer

Поиск
Список
Период
Сортировка
От Arthur Silva
Тема Re: arrays, inline to pointer
Дата
Msg-id CAO_YK0U-w7sA96p1ASWoZ_7YMuL+96QHkWFOVfRESUuOYhZcQg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: arrays, inline to pointer  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general

In fact, disabling toast compression will probably improve the performance (the indirection will still take place). A float array is not usually very compressible anyway.

On May 3, 2016 10:37 AM, "John R Pierce" <pierce@hogranch.com> wrote:
On 5/3/2016 1:21 AM, Marcus Engene wrote:
For each array I've added, and populated, any dealings with the table has become way way slower. I can only assume this is because the array data is inline in the datablock on disk that stores the row.

any field on a table thats more than a few dozen bytes gets 'toasted' and stored out of line in special 'toast' tables.


-- 
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Field size become unlimited in union...
Следующее
От: Evgeny Morozov
Дата:
Сообщение: Re: Allow disabling folding of unquoted identifiers to lowercase