nucypher / zerodb

*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

Benchmarks #5

Open michwill opened 8 years ago

michwill commented 8 years ago

Benchmarks proposed by lluad:

Include benchmarks for queries that use comparisons other than equality. Also benchmarks for concurrent queries from multiple clients, perhaps, particularly when one client invalidates the local cache of another client.

michwill commented 8 years ago

Benchmarks started here (text search, prefix, range queries benchmarks)

michwill commented 8 years ago

Benchmarks should be re-done with ZEO5 branch after we have client-side conflict resolution in ZEO5, uvloop for asyncio.

Wikipedia corpus benchmark requires improvements in indexing parallelization