"SequoiaDB Giant Sequoia Database" putLob() Overview 2

error

error code

Example

Create collection space and collection

db.createCS('sample' )
db.sample.createCL('employee')

Upload large object files

db.sample.employee.putLob('/opt/mylob')

Upload the specified oid large object file

db.sample.employee.putLob('/opt/mylob', '5bf3a024ed9954d596420256')

Click on Jushan Database Documentation Center for more information

Guess you like

Origin blog.csdn.net/weixin_48909806/article/details/112945188