orion-server icon indicating copy to clipboard operation
orion-server copied to clipboard

store ACL value as indexEntry's value

Open cendhu opened this issue 3 years ago • 0 comments

Now, we find all keys matching a given query criteria. Then, we retrieve the value of each key and check ACL. This is inefficient. To make it efficient, we can store the ACL as value of indexEntry itself.

cendhu avatar Aug 12 '21 09:08 cendhu