Changed the add_results and update_results function in sqlalchemy_socket.py to do only one commit in case of non-repeated inserts. Benchmark file also provided for comparison. The performance comparisons are also attached.
runs.txt
This pull request introduces 3 alerts when merging 69ca919b1ca1c7320b39646afde471667522c5d6 into 137cb91d4409a1395273239a9df668a314a1914b - view on LGTM.com
Description
Changed the
add_results
andupdate_results
function insqlalchemy_socket.py
to do only one commit in case of non-repeated inserts. Benchmark file also provided for comparison. The performance comparisons are also attached. runs.txtChangelog description
add_results
,update_results
slight performance improvementStatus