TableSyncStream is a table sync algo that selects all rows. This package implements the simplest possible table-sync algorithm: read every row from the tables and compare them.
| TableSyncStream | TableSyncStream is a table sync algo that selects all rows. |
| Functions | |
| new | |
| name | |
| can_sync | |
| prepare_to_sync | |
| uses_checksum | |
| set_checksum_queries | |
| prepare_sync_cycle | |
| get_sql | |
| same_row | |
| not_in_right | |
| not_in_left | |
| done_with_rows | |
| done | |
| key_cols | |
| pending_changes | |
| _d |
sub new
sub name
sub can_sync
sub prepare_to_sync
sub uses_checksum
sub set_checksum_queries
sub prepare_sync_cycle
sub get_sql
sub same_row
sub not_in_right
sub not_in_left
sub done_with_rows
sub done
sub key_cols
sub pending_changes
sub _d