Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
inserting via
for loop await conn.execute(sql, arg1,..)is twice as fast vs oneconn.executemany(sql, argslist)on a prebuilt argument list on repeating tests.What is wrong with
executemany, just curious.execute 6.573141098022461 +- 0.05
executemany 9.750076532363892
fyi:
conn.copy_records_to_table: 0.1228935718536377