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 921dba5 commit 965c57cCopy full SHA for 965c57c
README.md
@@ -32,6 +32,13 @@ 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.
0 commit comments