If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
If you add a new table to a subsceiption set and start replication in warm mode will the target table be updated with all missing rows? If not what is the best approach in this case?
the full refresh has to be done manually
1. force full refresh of complete set (repl.center can be used to force this)
2. export and load the table with same selection of rows as full refresh would do.