NEET 8/14/2024 08:03:00 No. 886033 [Open] [Reply] Actions report Translate Thread... Hide Thread Translate... Hide Post Started using sqlite the way you're supposed to, with an INSERT OR IGNORE rather than checking with a SELECT statement to see if the row was already in the database. Holy shit, roughly x10000 faster. I should read the documentation more.