Hi pg_largeobject is creating performance issues as it grow due to single point storage(for all tables)
is there any alternate apart from bytea ? like configuration large-object-table at table-column level and oid PK(primary key) stored at pg_largeobject Thanks Sridhar