An 5-Minute Introduction to
SQLite
And How It Relates To Linux
Everywhere
- 200 or more SQLite databases on every Android phone ×
2.5 billion Android phones
- Over 5GB of SQLite I/O per device per day
- Many, many other uses
https://sqlite.org/mostdeployed.html
Different
- A subroutine call, not a separate process or thread
- Single-file database
- Lives on the edge of the network, not in the datacenter
- No control or knowledge of filesystem or mount options
https://sqlite.org/about.html