Skip to content

Postgresql TOAST table size limits

0

I am running into some issues with Postgresql TOAST table size limits.any suggestions or workaround?

asked 3 years ago974 views
1 Answer
1
Accepted Answer

The possible workaround in this case is by Partitioning your table, and that will reduce the total number of wide values. That way for those wide columns you have in the table might be much less than the size limit which is 4 billion. please take a look at https://wiki.postgresql.org/wiki/TOAST.

AWS
answered 3 years ago
AWS
EXPERT
reviewed 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.