Question about blob_db

For now the blob_db database object is not exposed in include/utilities but is there still a way to include it in an application? Why is this not presnt in include/utilities where the old BlobDB implementation was?
Any hint is welcome,
benoît

Are you asking about the new Blob implementation? I believe you can enable blobs on a by setting the “Options.enable_blob_files=true”. This option will also enable the other blob-related options (garbage collection, file sizes, compression, etc).

1 Like