Hi,

Does the order of the "set add table" matter for the speed of the initial
replication?

If I have tables "emails" which depends on "partitions" which depends on
"accounts",
is there a difference between:

set add table (set id=1, origin=1, id=1, fully qualified name =
'public.emails  ', comment= 'emails  table');
set add table (set id=1, origin=1, id=2, fully qualified name =
'public.partitions  ', comment= 'partitions  table');
set add table (set id=1, origin=1, id=3, fully qualified name =
'public.accounts  ', comment= 'accounts  s table');

and

set add table (set id=1, origin=1, id=1, fully qualified name =
'public.accounts  ', comment= 'accounts  table');
set add table (set id=1, origin=1, id=2, fully qualified name =
'public.partitions  ', comment= 'partitions  table');
set add table (set id=1, origin=1, id=3, fully qualified name =
'public.emails  ', comment= 'emails   table');


?


Thanks

Sung
_______________________________________________
Slony1-general mailing list
Slony1-general@lists.slony.info
https://mail.slony.info/cgi-bin/mailman/listinfo/slony1-general

Reply via email to