todo list cleanup
authorMarko Kreen <markokr@gmail.com>
Tue, 29 Jul 2008 12:16:59 +0000 (12:16 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 29 Jul 2008 12:16:59 +0000 (12:16 +0000)
doc/todo.txt

index 1ce4bbf12de5d9a2eceb3db5428e4c3c3cf22385..179e0ed9685ae95ba4ff09893ef96a0d278b2d40 100644 (file)
@@ -7,20 +7,17 @@
    to have partitions with different versions.  That may mean
    lazy typeout generations.
 
- * Allow missing RUN in CLUSTER functions, which would mean `RUN ON 0;`
-   This should be useful for single-partition clusters.
-
  * Lazy value type cache, per-conn binary I/O decision.
 
 == Just thoughts ==
 
- * A way to give config to CONNECT functions.
-   - SET param = xxx; ???
+ * SPREAD BY clause for OLAP loads.
+ * Drop plproxy.get_cluster_config()...
+
  * Dynamic connstr loading for CONNECT functions?
  * RUN ON ALL: sort by?
  * RUN ON ALL: ignore errors?
  * RUN ON ANY: if one con failed, try another
  * Streaming for big resultsets, to avoid loading them fully in memory.
    This needs also backend changes.
- * Drop CONNECT, SELECT, plproxy.get_cluster_config()...
- * Debug a way to survive AS syntax with different types.
+