Versions Compared

Key

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

...

E.g.:

select avg( col2) from /portfolio  portfolio  // Valid

select col1, avg ( col2) from /portfolio    portfolio (col1 should not be present in projection attributes) // invalid

Query Types & implementation:

...

This will require us to maintain a registry of the aggregate functions defined & will also have to ensure that it gets created on newly joining nodes. We piggy back on the infra through which the OQL indexes get created on the peers & I assume that we can also create on newly joining nodes

UDA Schema exchange:

The UDA schema/definitions are exchanged between cluster nodes via profile exchange mechanism.