apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.17k stars 1.03k forks source link

Mango: Add Bitwise Operators #1512

Open wohali opened 6 years ago

wohali commented 6 years ago

from @janl. No description provided.

kocolosk commented 5 years ago

I was thinking about this one recently. As far as I know the bitwise operators in MongoDB are mostly useful when operating on raw binaries in a BSON document. If we implemented them in CouchDB, would we want to work on Base64-encoded binary strings? Would we allow them to pull up attachments from disk?