Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 YugabyteDB 是基于 Postgres 的实现,Postgres 大对象(https://www.postgresql.org/docs/9.2/largeobjects.html)是否可以在 YSQL 中工作?
YugabyteDB 目前支持BYTEA与 Postgresql 相同。但不支持像 Postgresql 这样的大对象(在内部将 blob 拆分为块)。github 上有一个功能请求问题,用于支持大对象。
BYTEA