commit | 494c4c64ab04cd4c94c02d4d29dbc91e32975d8b | [log] [tgz] |
---|---|---|
author | Sergey Rogulenko <rogulenko@google.com> | Thu Oct 08 15:39:39 2015 -0700 |
committer | Sergey Rogulenko <rogulenko@google.com> | Thu Oct 08 15:39:39 2015 -0700 |
tree | 38214249e1afae63d1618c0aa2ce4be5e8e189ec | |
parent | 0a4dce41857e80a9ad53a4610a2d9cfcc868a530 [diff] |
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
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.