Excuse me for a potentially dumb question, but I was wondering why you chose to use psycopg.execute vs psycopg.executemany? I have a project that is using this library, and another that is using psycopg in a non-beam environment. In my non-beam environment I have seen performance improvements by using executemany over execute so I was curious about the functions usage here. Thanks for entertaining my question!
Excuse me for a potentially dumb question, but I was wondering why you chose to use
psycopg.executevspsycopg.executemany? I have a project that is using this library, and another that is usingpsycopgin a non-beam environment. In my non-beam environment I have seen performance improvements by usingexecutemanyoverexecuteso I was curious about the functions usage here. Thanks for entertaining my question!