Skip to content

Does incremental mode upload to sink database all source data? #109

Answered by osalvador
dchamba asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dchamba

By default, ReplicaDB replicate all the data and columns from the source table to the sink table.

You can select only the columns you want to replicate using the source.columns parameter or property in the configuration file. https://osalvador.github.io/ReplicaDB/docs/docs.html#33-selecting-the-data-to-replicate

In the MSSQL Server connector you must pay attention to the format of the columns: https://osalvador.github.io/ReplicaDB/docs/docs.html#47-mssql-server-connector

Regards!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dchamba
Comment options

@osalvador
Comment options

Answer selected by osalvador
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants