todo: remove few done items
authorMarko Kreen <markokr@gmail.com>
Tue, 16 Apr 2013 19:24:59 +0000 (22:24 +0300)
committerMarko Kreen <markokr@gmail.com>
Tue, 16 Apr 2013 19:24:59 +0000 (22:24 +0300)
doc/TODO.txt

index df78a0537189f562689d05a17f372624c9cd9060..31a49fa7bed2a3c727db2aa65e6e7072bf13b267 100644 (file)
@@ -36,14 +36,6 @@ Low::
   . Replay rest of batches fully
   . Promote to root
 
-* Load public connect string for local node:
-  - from .ini (db=, public_db=?)
-  - with query sql
-
-* Load provider connect string:
-  - from ini (not good)
-  - describe connstr + query to look up node names?
-
 * tests for things that have not their own regtests
   or are not tested enough during other tests:
   - pgq.RemoteConsumer
@@ -69,11 +61,6 @@ Low::
   So separate counter for len(ev_data) needs to be added, that flushes
   if buffer would go over some specified amount of memory.
 
-* cascade status: parallel info gathering.  Sequential for-loop over
-  nodes can be slow if there are many nodes or some of them are
-  generally slow  (GP, bad network, etc).  Perhaps we can use
-  psycopg2 async mode for that.  Or threading.
-
 == Low Priority ==
 
 * dbscript: switch (-q) for silence for cron/init scripts.