Re: row is too big: size 8168, maximum size 8160

From: ramsiddu007 <ramsiddu007(at)gmail(dot)com>
To: Mario De Frutos Dieguez <mariodefrutos(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: row is too big: size 8168, maximum size 8160
Date: 2018-07-11 15:49:27
Message-ID: CA+zEy7-M2crn=35CbSU2_kNvg1AXwqrP42+c7H2iUmXErSYO4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
Recently we have faced the same problem. We're trying to create table
with dynamic colums, after that while updating the data it was shown that
row size too big error. After as per our DBA lead suggestion, we done some
chsnges like "there is one date column its taking lenght high because of it
is timestamp format, thats why we cast that column with date data type". By
this lenght became 10, obviously space released problem solved. But this
same cause not for all the time for that error. So first check your data if
there is any unnecessary thing avoid it. Its my first experience for this
error.
Thanking you

On Wed, 11 Jul 2018, 19:46 Mario De Frutos Dieguez, <mariodefrutos(at)gmail(dot)com>
wrote:

> Hello every one!
>
> I've found this error message and it's driving me crazy.
>
> I have a table with 790 numeric columns, I'm trying to make an INSERT INTO
> x SELECT... and in the same column/s I'm getting this message.
>
> I've tried everything VACUUM FULL, Batch the insert with updates...but
> nothing always the same error.
>
> THe BLCKSZ is set to 8Kb here:
> https://github.com/postgres/postgres/blob/master/src/include/pg_config.h.in#L36
> but I'm suspecting that this or corrupted data or something I'm missing.
>
> I've also read about TOAST-able and so on and I haven't messed with
> storage properties. The data into that columns aren't big numbers (maybe
> having many decimal counts)
>
> Any clues? help?
>
> Thank you
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John Scalia 2018-07-11 16:06:44 Re: upgrading postgresql cluster(3 nodes) to v10 without DOWNTIME
Previous Message Mario de Frutos Dieguez 2018-07-11 15:21:45 Re: row is too big: size 8168, maximum size 8160