-
Performance/Avoid SQLite In Your Next Firefox Feature
Performance/Avoid SQLite In Your Next Firefox Feature
This is an 2014 document of FireFox project to advise their engineer to avoid SQLite, they explain the downside of SQLite at that time, which may not right in 2020.
However, I found many things still ring true such as the IO pattern. I recently have to debug a small SQLite database with heavy disk IO due to its fsync in default rollback-journal mode
Appears in lists (1)