Skip to content

support for blob or binary attachments #107

@ghost

Description

I think it is essential to be able to store raw binary data either as a blob or attachments (as couchdb does).
The current workaround is to Base64 encode which actually bloats the size with aprox. 130%.
You end up having to shuffle more bytes and perform additional decoding which wastes cpu cycles (and energy).
So please add support for attachments or other means to store binary data in the database.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions