syncbase/nosql: store index for prefix ACLs in a separate key space

This change is required for sync and it solves the following problem:
suppose there are prefix ACLs at F and Foo and there is a sync group
at Foo. Prefix ACL for Foo has a parent F in the local store,
but it could be different for a peer (that also had ACL and Fo).
So we want to keep index for prefix ACLs in a separate key space
and we do not want to sync it. We also need to update the index
every time we set/delete prefix ACLs via sync.

MultiPart: 1/2

Change-Id: Iedf6c004f07eaf73e46b048a3d25a650b88a1415
8 files changed
tree: 38214249e1afae63d1618c0aa2ce4be5e8e189ec
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.