summaryrefslogtreecommitdiff
path: root/python/londiste/compare.py
AgeCommit message (Collapse)Author
2013-02-21londiste: sweeping change to postpone log string formattingmartinko
2013-02-12londiste: added --count-only to compare commandmartinko
For quickly checking whether tables have same number of rows, without comparing tables' contents (data).
2013-01-14Londiste: make compare 8.2 compatiblePetr Jelinek
2012-12-20noisemartinko
2012-10-18Fix compare expression - md5() was in wrong placeMarko Kreen
2012-10-09copy-cond: only dst handler condition is usefulMarko Kreen
2012-10-09Londiste compare and repair fixesAsko Oja
Deprecated Londiste command line parameter --copy-condition. Londiste handler part.py must be used instead as it leaves configuration in maintainable state. Fixed Londiste compare and repair for one to many and many to one repliaction use cases. Now filtering condition is applied on both ends and datasets compared should be the same. Cleaned up database splitting howto.
2012-09-18londiste compare improvementsMarko Kreen
* Calculate common column names, to allow different order or different subset. * Use different hash function on 8.3 <> something else comparision as hashtext() changed in 8.4. * Always calculate final hash as bigint.
2011-12-13londiste compare: use number of failed tables as exit codeMarko Kreen
2011-10-27londiste: support table renamingMarko Kreen
- add .dest_table field to londiste.table_info - use it for mapping merged tables on leaf - make handlers use it for sql generaion - fkey-related functions keep using real table name
2010-06-23londiste compare: calculate checksumMarko Kreen
Also allow specify format string. Patch by Hannu Krosing
2009-09-10python/: clean up importsMarko Kreen
- Remove unused imports - Remove relative imports
2009-02-13python/londiste rewrite for cascadingMarko Kreen
New features: - Cascading - 'execute' command for running SQL scripts on nodes - Parallel COPY - Partition merge - Sequences are pushed from root - Rename 'add' command to 'add-table' - --create switch to add-seq / add-table also drop the never-implemented file-based transport classes.
2008-04-22python: rework imports to get better docs...Marko Kreen
2007-03-13final public releaseskytools_2_1Marko Kreen