Search Postgresql Archives

Re: arrays, inline to pointer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx> 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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux