We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965c57c commit 8447815Copy full SHA for 8447815
README.md
@@ -32,17 +32,12 @@ Based on partitioning type and operator the `pg_pathman` searches corresponding
32
33
## Roadmap
34
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
42
-* Optimize the execution of the NestedLoop join method;
43
-* LIST-partitioning;
44
-* HASH-partitioning for non integer attributes.
45
46
## Installation
47
48
To install pg_pathman run in pg_pathman directory:
0 commit comments