Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 965c57c

Browse files
committed
Update README.md
1 parent 921dba5 commit 965c57c

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
@@ -32,6 +32,13 @@ Based on partitioning type and operator the `pg_pathman` searches corresponding
3232

3333
## Roadmap
3434

35+
36+
* Execute time sections selections (useful for nested loops and prepared statements);
37+
* Optimization of ordering output from patitioned tables (useful for merge join and order by);
38+
* Optimization of hash join when both tables are patitioned by join key;
39+
* LIST-patitioning;
40+
* HASH-patitioning by non integer attribtes.
41+
3542
* Optimize the execution of the NestedLoop join method;
3643
* LIST-partitioning;
3744
* HASH-partitioning for non integer attributes.

0 commit comments

Comments
 (0)