From 70fcbf6c4676a25e2a0b8bb6b190b3a8f5aa19af Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 15 Nov 2011 16:28:47 +0200 Subject: [PATCH] todo: put error-handling related items to "good to have" section --- doc/todo.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/todo.txt b/doc/todo.txt index 63b38b4..1070c71 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -3,19 +3,20 @@ == Near future == + * Lazy value type cache, per-conn binary I/O decision. + * Clean up the binary-or-not decision. There should be possible - to have partitions with different versions. That may mean - lazy typeout generations. + to have partitions with different versions. Requires lazy values. - * Lazy value type cache, per-conn binary I/O decision. +== Good to have == + + * RUN ON ALL: ignore errors? + * RUN ON ANY: if one con failed, try another == Just thoughts == * Drop plproxy.get_cluster_config()... - * 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. -- 2.39.5