Re: Increased storage size of jsonb in pg15 - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Increased storage size of jsonb in pg15
Date
Msg-id 87680387-ed25-41ff-b6de-37e357398df9@aklaver.com
Whole thread Raw
In response to Increased storage size of jsonb in pg15  (Sean Flaherty <sflaherty@grndwork.com>)
Responses Re: Increased storage size of jsonb in pg15
List pgsql-general
On 12/13/23 14:07, Sean Flaherty wrote:
> Hello,
> 
> We are seeing an increase in the reported storage size of our jsonb 
> columns (using pg_column_size) since upgrading to Postgres 15.5 from 
> version 14.  The increase in size is enough to push us over the size 
> threshold and more of our data to get written to the TOAST table.

More information needed:

1) Table definition.

2) An example of reported size for the 14.? and 15.5 cases.

3) Differences in the database attributes between the two instances.

4) Was this done on same machine? If not how are the machines different?

5) How the upgrade was done?


> 
> I can't find any information online, is anyone aware of what would cause 
> this change in storage size for essentially the same data?
> 
> Kind regards,
> Sean

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Sean Flaherty
Date:
Subject: Increased storage size of jsonb in pg15
Next
From: Sean Flaherty
Date:
Subject: Re: Increased storage size of jsonb in pg15