⏰ Quick Optimization ⚡️
Temporary SQLite DBs as a file was a bit silly unless you were loading a DB from Stdin, so now its all in memory. That little change took a 75k row query from 20 seconds to just 6 seconds!
Temporary SQLite DBs as a file was a bit silly unless you were loading a DB from Stdin, so now its all in memory. That little change took a 75k row query from 20 seconds to just 6 seconds!