connor_lough
07/21/2022, 5:24 PMvisch
07/21/2022, 5:55 PMaaron_phethean
07/21/2022, 6:44 PMaaron_phethean
07/21/2022, 6:52 PMconnor_lough
07/21/2022, 9:02 PMaaron_phethean
07/21/2022, 9:38 PMchristoph
07/21/2022, 9:55 PMCursor.fetchone() function from pymssql. I wonder if Cursor.fetchmany(size=) would be more efficient for doing extracts.
• How does your meltano box look like from a resource perspective? The Meltano SDK doc mentions viztracer as a tool for performance tracing. https://sdk.meltano.com/en/latest/dev_guide.html#testing-performance
• As mentioned already, what does your network topology look like
• Is your destination (Snowflake) performing as expected. I have no experience with Snowflake, but I'm sure there are performance logs available.connor_lough
07/21/2022, 11:43 PMconnor_lough
07/21/2022, 11:44 PMmeltano elt tap-mssql target-snowflake --select schema-{table_name}.*
isn't going to pull the state from the last run in my postgres db?
update: I see I should have read the documents closer. my logs are showing the job as not finding the previous run's state...aaron_phethean
07/22/2022, 9:56 AM