Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The DocumentTree primitive supports a tree structure which allows nodes with arbitrary numbers of children.  The primitive also provides efficient prefix filtering by using qualified names which identify the ancestry of a node (as demonstrated in the image below) which enables listening for notifications from specified subtrees.  The structure supports sequential query consistency but makes no guarantees about the linearizability of queries. 

...

Document treeImage Added

 

Next Steps