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.
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
---------------
* 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