Skip to content

Can you provide an example for incremental sync? #56

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

You must be logged in to vote

Hi @MP3GMike ,

  • "If we want to sync once a day, how do we achieve that without repeating data?"
    There are many strategies to achieve incremental replication. ReplicaDB has incremental mode, but you need to filter the new data created or updated in the source table (commonly based on incremental IDs or row update date). You can refer to the documentation https://osalvador.github.io/ReplicaDB/docs/docs.html#incremental

  • "_ if we wan't to sync multiple tables, do we have to do it table by table?_"
    Currently ReplicaDB does not support replication of multiple tables defined in a configuration file. You can use a base configuration file and use environment variables, here's an example #27 (co…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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