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
I have a question, I'm querying a very large table, 60M records, with 70 columns.
In my script, I'd like to read from MySQL and write to another DB.
But I don't want to paginate on the query, because of the quick changing in the table.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello folks,
I have a question, I'm querying a very large table, 60M records, with 70 columns.
In my script, I'd like to read from MySQL and write to another DB.
But I don't want to paginate on the query, because of the quick changing in the table.
So, my idea was to have:
But the logger: "after await cursor.execute" only gets logged after the records been downloaded.
Can someone help me?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions