Home >Database >Mysql Tutorial >【PostgreSQL使用教程】PostgreSQL 中的 large object

【PostgreSQL使用教程】PostgreSQL 中的 large object

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 16:46:161421browse

【PostgreSQL使用教程】PostgreSQL 中的 large object

所有的大对象全部拆成 LOBLKSIZE  大小,放入 pg_largeobject 之中,通过 loid进行区分, 每个大对象拆分成的各个部分通过 pageno(叫元组序号更合理),进行顺序的关联起来,

pageno是通过 要写入的数据offset / LOBLKSIZE  计算的

pg的大对象实现的比较简单,并不适合大数据量的使用,会成为系统的瓶颈.

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn