Comment on SQLite performance tuning: concurrent reads, multiple GBs and 100k SELECTs/sparentComments−dundarious3yThat quotation is about a SQLite file db being a better choice than multiple ad-hoc binary files. It’s not saying whether SQLite uses direct IO.
Comments
That quotation is about a SQLite file db being a better choice than multiple ad-hoc binary files. It’s not saying whether SQLite uses direct IO.