question about truncate_on_load for bi-server (follow-up to issue #71) #85
-
|
If I have |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
If you're running daily with Currently the Syncer doesn't take into account any of the data in the store itself. I do want to add |
Beta Was this translation helpful? Give feedback.
-
|
Another strategy you could employ is to use |
Beta Was this translation helpful? Give feedback.
If you're running daily with
--from-dateand--to-dateset to yesterday's date, then you'll not have any duplicates. If you have overlap in the dates, then there's a chance for duplicated data.Currently the Syncer doesn't take into account any of the data in the store itself. I do want to add
UPSERT/MERGEcapability in a future update.