-
Hello i am currently using replicadb to replicate from master db on sqlserver phisical pc to online slave mysql db on virtual azure server. Does is export ALL COLUMNS/ROWS from source table to staging table ? If so, is there any way to reduce the qty of data to be transfered, even if to stagning table? Thanks, BR |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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 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! |
Beta Was this translation helpful? Give feedback.
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-replicateIn 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!