Skip to content

Commit a2f1033

Browse files
author
Andrey Lepikhov
authored
Create README.md
1 parent 6ac5290 commit a2f1033

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# execplan
2+
PostgreSQL Extension for raw query plan execution
3+
4+
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

Comments
 (0)