Comment on SQLite performance tuning: concurrent reads, multiple GBs and 100k SELECTs/sparentComments−zylepe3yExactly, this use case is write-once then read-only after that. Random updates to the sqlite file after that would need more “normal” settings, but they wouldn’t also need as much throughput.
Comments
Exactly, this use case is write-once then read-only after that. Random updates to the sqlite file after that would need more “normal” settings, but they wouldn’t also need as much throughput.