【发布时间】:2020-02-04 13:40:04
【问题描述】:
由于 YugabyteDB 是基于 Postgres 的实现,Postgres 大对象(https://www.postgresql.org/docs/9.2/largeobjects.html)是否可以在 YSQL 中工作?
【问题讨论】:
标签: blob distributed-database yugabyte-db
由于 YugabyteDB 是基于 Postgres 的实现,Postgres 大对象(https://www.postgresql.org/docs/9.2/largeobjects.html)是否可以在 YSQL 中工作?
【问题讨论】:
标签: blob distributed-database yugabyte-db
YugabyteDB 目前支持BYTEA,与 Postgresql 相同。但是不支持像 Postgresql 这样的大对象(在内部将 blob 拆分为块)。有一个feature request issue on github 用于支持大对象。
【讨论】: