The problem is, I don't see records show up on slaves even for long period of waiting.
Glyn Astill wrote: > > --- On Fri, 25/9/09, roctaiwan <[email protected]> wrote: > >> Here is my concern. I copying both 10k and 1million of >> records with success, >> but why can't 10Million records? Is this has something to >> do with my memory >> size, which loading 10Million of records is too much for my >> server to >> handle? >> > > If you're subscribing the slave to tables on the master that are already > populated then the subscribe will use COPY so you'll only see anything on > the slave when the entrie copy transaction is complete. > > If you want to see them replicated in bite size chunks subscribe before > populating the table on the master. > > > > > _______________________________________________ > Slony1-general mailing list > [email protected] > http://lists.slony.info/mailman/listinfo/slony1-general > > -- View this message in context: http://www.nabble.com/copying-large-file-won%27t-get-replicate-tp25609853p25634374.html Sent from the Slony-I -- General mailing list archive at Nabble.com. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
