I uploaded a huge 2GB file in postgres in a Blob tuple field. In example for id #1
If I upload the same file a second time (in example for id #2). Do I need the double space requirements?
As far as I know the Postgres file is stored as a OID-reference-value.
After uploading a duplicate, I noticed the OID differ for same BLOBs.
Does that mean a 100% duplicate BLOB is stored on the storage-device?