Skip to content

Commit f9bf704

Browse files
committed
Add some details into readme file
1 parent f3c668c commit f9bf704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The DBMS may need to execute an identical query plan at each computing node.
77
Today PostgreSQL can process only SQL statements. But it is not guaranteed, that the planner at each node will construct same query plan, because different statistics, relation sizes e.t.c.
88

99
This solution based on postgres-xl approach: plan tree is serialized by the nodeToString() routine.
10+
During serialization we transform all database object identifiers (oid) in each node field to portable representation.
1011
Further, the serialized plan transfer by new libpq routine called `PQsendPlan`.
1112
In this project we use postgres_fdw connections for management of sessions and remote transactions.
1213
Some `repeater` extension used for the demonstration of plan transfer machinery.
14+
The `pg12_devel.patch` patch contains all core changes.
15+
The `scripts` directory contains some simplistic demo tests.

0 commit comments

Comments
 (0)