Files
zapdb/pb
Manish R JainandGitHub 0fcf3553a4 feat(Trie): Working prefix match with holes (#1654)
This PR adds a way to match a prefix, while ignoring certain portions of the key (aka holes).

This is useful to implement multi-tenancy in Dgraph, where namespace is stored on the byte index 3-11 in the prefix key, and those bytes need to be ignored to subscribe to updates across all the namespaces.
2021-01-27 20:43:18 -08:00
..