Hi all, a bit lost here, maybe someone ran into si...
# troubleshooting
a
Hi all, a bit lost here, maybe someone ran into similar issues. We have a tap & target config that does LOG_REPLICATION from .bin files. Sometimes the data is missing in the target (nothing on the logs at a debug level) and it solves when running a full-refersh. The issue is that for some big tables running a ful-refresh is expensive
e
I think avoiding the missing data problem is relatively hard because data could be updated as data is extracted, though there may be a way to handle it with the right isolation level
👍 1
a
Hey Edgar, Thanks for the comment but it seems to be that the entire row is missing, not just an update on it, we have no idea how to replicate this but we are going to store all of the logs on a debug level and check what we see there; I was curious if anyone was having similar issues
🙏 1
e
Thanks, that'd be really helpful!