Re: Fatal Error : Invalid Memory alloc request size 1236252631 - Mailing list pgsql-general

From Sai Teja
Subject Re: Fatal Error : Invalid Memory alloc request size 1236252631
Date
Msg-id CADBXDMWi1DKu2Zf52kkSgtUGO63LG+1ZpD3eXpuSYL2b53z47A@mail.gmail.com
Whole thread Raw
In response to Re: Fatal Error : Invalid Memory alloc request size 1236252631  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Aw: Re: Fatal Error : Invalid Memory alloc request size 1236252631  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Re: Fatal Error : Invalid Memory alloc request size 1236252631  (Rob Sargent <robjsargent@gmail.com>)
List pgsql-general
Hi Team,

Even I used postgreSQL Large Objects by referring this link to store and retrieve large files (As bytea not working)

But even now I am unable to fetch the data at once from large objects

select lo_get(oid);

Here I'm getting the same error message.

But if I use select data from pg_large_object where loid = 49374
Then I can fetch the data but in page wise (data splitting into rows of each size 2KB)

So, here how can I fetch the data at single step rather than page by page without any error.

And I'm just wondering how do many applications storing huge amount of data in GBs? I know that there is 1GB limit for each field set by postgreSQL. If so, how to deal with these kind of situations? Would like to know about this to deal with real time scenarios.

We need to store large content (huge volume of data) and retrieve it. Currently It is not happening due to limit of field size set by postgreSQL. 

Would request to share your insights and suggestions on this to help me for resolving this issue.


Thanks & Regards,
Sai Teja 

On Tue, 15 Aug, 2023, 8:53 am Tom Lane, <tgl@sss.pgh.pa.us> wrote:
Sai Teja <saitejasaichintalapudi@gmail.com> writes:
> I got to know the field size limit for the bytea datatype column is limited
> to 1 GB in postgreSQL. Then how can we increase this?

You can't.  That limit is wired-in in many ways.  Think about how to
split your data across multiple table rows.

                        regards, tom lane

pgsql-general by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: AW: AW: Cast INTEGER to BIT confusion
Next
From: Erik Wienhold
Date:
Subject: Re: AW: AW: Cast INTEGER to BIT confusion