You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
dmarcelino, voondo, DrMurx, tlaukkanen, dsonet and 8 more