*This project is no longer actively maintained. If you'd like to become the maintainer, please let us know.* ZeroDB is an end-to-end encrypted database. Data can be stored and queried on untrusted database servers without ever exposing the encryption key. Clients can execute remote queries against the encrypted data without downloading all of it or suffering an excessive performance hit.
GNU Affero General Public License v3.0
1.56k
stars
102
forks
source link
field index type change in according to the value size #32
This tries to solve the issue#31. Current multiunion is mainly used by search method, and was borrowed directly from BTree python implementation... I am still not sure how to modify multiunion, so just use original one right now...
This tries to solve the issue#31. Current multiunion is mainly used by search method, and was borrowed directly from BTree python implementation... I am still not sure how to modify multiunion, so just use original one right now...