Large Object feature of Postgres

Has anyone ever tried out the Large Object feature of Postgres?
I have a blob column in my table, and was wondering what data type to use, and that’s when I came across :bytea and this Large Object feature. Since :bytea is quite memory hungry as explained in the Postgres Documentation I was thinking about using Large Object. So, if anyone knows more about it, please help me out

3 Likes