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
This project dedicated to parallel query execution problem.
5
+
6
+
Parallel DBMS needs to execute an identical query plan at each computing node. It is needed for tuples redistribution during a query.
7
+
Today PostgreSQL can process only SQL strings. But it is not guaranteed, that the planner at each node will construct same query plan, because different statistics, relation sizes e.t.c.
0 commit comments