Age | Commit message (Collapse) | Author |
|
|
|
For quickly checking whether tables have same number of rows,
without comparing tables' contents (data).
|
|
|
|
|
|
|
|
|
|
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.
|
|
* 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.
|
|
|
|
- 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
|
|
Also allow specify format string.
Patch by Hannu Krosing
|
|
- Remove unused imports
- Remove relative imports
|
|
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.
|
|
|
|
|