orochi-network / zkDatabase

zkDatabase, a distributed off-chain database with ZK prover
https://zkignite.minaprotocol.com/zkignite/dev4dev-track-1/phase1-draftproposals/suggestion/240/detail
Apache License 2.0
47 stars 11 forks source link

Optimize quering #218

Open magestrio opened 1 month ago

magestrio commented 1 month ago
SangTran-127 commented 1 month ago

Can you describe more detail about that? I need the context

magestrio commented 1 month ago

We check permissions too much. For example, when we try to read a collection, we first check permissions for the collection, and then check permissions again when accessing the collection metadata. But this is redundant because we have already checked permission