You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way the data sync CRON job currently works is that it writes all records to a new folder. This means a lot of redundancy, as an entire copy of the data is uploaded with only a handful of new records (relatively speaking). I think that google big query would be a good alternative, makes it easy to add new records to an existing table.
The way the data sync CRON job currently works is that it writes all records to a new folder. This means a lot of redundancy, as an entire copy of the data is uploaded with only a handful of new records (relatively speaking). I think that google big query would be a good alternative, makes it easy to add new records to an existing table.