<div dir="ltr">I wonder what the amount of data is; that&#39;s not exactly the same as the number of tuples...<div><br></div><div style>At any rate, for it to take several hours to copy these pretty big tables is not super-surprising.</div>
<div style><br></div><div style>A thing to compare with is to compare this with how long it takes to dump &quot;db.spotlightimpressions&quot; using pg_dump and load it into another database; the combination of COPY TO and COPY FROM would be expected to take somewhat less than 12845s; add in generating indexes on the table and I&#39;d expect dump/restore to take very nearly the same amount of time.</div>
<div style><br></div><div style>Slony doesn&#39;t do &quot;magic&quot;; it&#39;s using the same features, albeit wrapped a little differently.</div><div style><br></div><div style>If you can dump/restore that table in an hour, and it takes Slony 3-4 hours, then I&#39;d be concerned, but if dump/restore takes ~3.5hr, then I&#39;d say Slony, running in similar time, is working as expected.</div>
</div>