skytools3.txt: Minor cleanup
authorMarko Kreen <markokr@gmail.com>
Fri, 18 Nov 2011 14:41:59 +0000 (16:41 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 18 Nov 2011 14:41:59 +0000 (16:41 +0200)
doc/skytools3.txt

index 18a637c12b1b3f3096825171ce35eefa4d8577f0..6b35037aad060edeefd8146fdf54850382a7d870 100644 (file)
@@ -51,7 +51,11 @@ New features in Skytools 3
     were introduced in 2.1.x, but were not on by default.  Now they are
     used by default.
 
-* New interactive admin console.  Because long command lines are not very
+  - Londiste processes events via 'handlers'.  (table partitioning)
+
+  - Target table can use different name (--dest-table)
+
+* New interactive admin console - qadmin.  Because long command lines are not very
   user-friendly, this is an experiment on interactive console with
   heavy emphasis on tab-completion.
 
@@ -114,22 +118,11 @@ Open questions
       import pkgloader
       pkgloader.require('skytools', '3.0')
 
-* PgQ Cascading
-  - There are some periodic operations that should be done on root node.
-    Should we let the ticker do them or do we require a Londiste daemon there?
-    Letting ticker do it means initial setup is slightly easier.
-    But requiring separate daemon means user has guarantee that
-    switchover (downgrading root to branch) works without need to
-    start the replication daemon.
-
 * Londiste EXECUTE command
   - Should the scripts have ability to inform Londiste of the tables
     they operate on, so that nodes that do not have such tables
     can ignore the script.
 
-* Newadm:
-  - Good name for it.
-
 * Is there good reason not to drop following modules:
   - logtriga(), pgq.logtriga() - non-automatic triggers
   - cube_dispatcher, table_dispatcher, bulk_loader - they are merged into queue_loader
@@ -138,7 +131,7 @@ Further reading
 ---------------
 
 * Skytools 3 todo list: TODO.txt
-* Newadm design and todo list: qadmin.txt
+* QAdmin design and todo list: qadmin.txt
 * Technical notes about cascading: set.notes.txt
 * Notes for contributors: devnotes.txt