Comment on SQLite performance tuning: concurrent reads, multiple GBs and 100k SELECTs/sparentComments−Scarbutt3yWhat was the insert command?−MaksadbekOP3yIt's just :) conn.execute("insert into cell_towers values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", row)
Comments
What was the insert command?
It's just :)