Thank you for the detailed response!
I see now that you were responding to the title and not the content of the post.
To further round out my knowledge and understanding, could you please point me to additional information about Latinos moving further to the right, Harris’ popularity, and polling data showing her well behind Trump in key states?
I’m also curious to see examples of the American left refusing to acknowledge the potential of a second Trump term.
Thanks again for helping me understand.
Been a little while since I worked on ODBC stuff, but I have a couple of thoughts:
Would it be possible to use something like a table function on the DB side to simplify the query from the ODBC side?
I could be misremembering, but I feel like looping through individual inserts with an open connection was faster than trying to submit data in bulk when inserting that much data in one shot. Might be worth doing a benchmark in a test DB and table to confirm.
I know I was able to insert more than 50M rows in a manner of single digit hours, but unfortunately don’t have access to that codebase anymore to double check the specifics.