You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The push engine is used for managing the "push" flow of events from being ingested from sources to propagation to potentially multiple materialized views and reliably forwarding between different nodes.
The processing of push data through the cluster is done by multiple dags (directed acyclic graphs) of push executors that all connnect with each other.
Much of the framework is in place. It needs completing and thoroughly testing.
For phase 1 we will not support the full set of SQL for queries in materialized views, so we do not need the full set of executors. For example we do not need the join operator.
The text was updated successfully, but these errors were encountered:
The push engine is used for managing the "push" flow of events from being ingested from sources to propagation to potentially multiple materialized views and reliably forwarding between different nodes.
The processing of push data through the cluster is done by multiple dags (directed acyclic graphs) of push executors that all connnect with each other.
Much of the framework is in place. It needs completing and thoroughly testing.
For phase 1 we will not support the full set of SQL for queries in materialized views, so we do not need the full set of executors. For example we do not need the join operator.
The text was updated successfully, but these errors were encountered: