Stefanie Janine:在PostgreSQL中处理BLOBs 第二部分
BLOBs In PostgreSQL Previous Blog Post I have already published a blog post about PostgreSQL blobs. But due to someone posting to get help about another implementation on the...
在PostgreSQL中,使用OID存储大于1GB的BLOB存在缺陷,增加了处理开销并可能导致孤立数据,影响性能。建议将BLOB存储在文件服务器或S3中,仅在数据库中保存链接。