Skip to content

Commit 8447815

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,12 @@ Based on partitioning type and operator the `pg_pathman` searches corresponding
3232

3333
## Roadmap
3434

35-
3635
* Execute time sections selections (useful for nested loops and prepared statements);
3736
* Optimization of ordering output from patitioned tables (useful for merge join and order by);
3837
* Optimization of hash join when both tables are patitioned by join key;
3938
* LIST-patitioning;
4039
* HASH-patitioning by non integer attribtes.
4140

42-
* Optimize the execution of the NestedLoop join method;
43-
* LIST-partitioning;
44-
* HASH-partitioning for non integer attributes.
45-
4641
## Installation
4742

4843
To install pg_pathman run in pg_pathman directory:

0 commit comments

Comments
 (0)