Reputation: 39
Since YugabyteDB is a Postgres based implementation, will Postgres large objects( https://www.postgresql.org/docs/9.2/largeobjects.html) work in YSQL?
Upvotes: 0
Views: 198
Reputation: 1097
YugabyteDB currently supports BYTEA
same as Postgresql. But doesn't have support for Large Objects like Postgresql (splitting the blob internally into chunks). There is a feature request issue on github for large object support.
Upvotes: 1