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
[FAQ] Every time the program runs, it performs a “delete-and-import” kind of operation, as increments are not well supported in BigQuery (no UPDATE/DELETE)
#9
Open
kirantpatil opened this issue
Sep 17, 2018
· 2 comments
There writer says that, it every time delete whole data and import all data once again, which is not acceptable for production setup where thousands of records are being created per day.
I thought this program will sync the data from postgresql db to bigquery everytime it updates and only updated data is sent over the wire.
Please let me know, how this works ?
Regards,
Kiran.
The text was updated successfully, but these errors were encountered:
kirantpatil
changed the title
[FAQ] Every time the program runs, it performs a “delete-and-import” kind of operation
[FAQ] Every time the program runs, it performs a “delete-and-import” kind of operation, as increments are not well supported in BigQuery (no UPDATE/DELETE)
Sep 17, 2018
Hey @kirantpatil - We haven't had a look at these changes yet, as the current setup still supports our use case pretty well. We will try to have a look in the coming weeks. In the meantime, we'd be happy to review any pull request to improve this project!
Very best,
Cédric
Our worry is it should not choke the network bandwidth, since every time it tries to import all DB data to bigquery, if my understanding correct here ?
Hi,
I found this project reference from here.
There writer says that, it every time delete whole data and import all data once again, which is not acceptable for production setup where thousands of records are being created per day.
May I know is this issue resolved since now Bigquery table has update api, patch api and delete api ?
I thought this program will sync the data from postgresql db to bigquery everytime it updates and only updated data is sent over the wire.
Please let me know, how this works ?
Regards,
Kiran.
The text was updated successfully, but these errors were encountered: