Short answer: SQLite is an embedded database. This assignment is different from stand-alone RBDMS. Keep in mind that with faster queries than MySQL, keep in mind that SQLite has:
- there is no good network support (the goal of SQLite is different), so replication is PITA
- coarse blocking (one record at a time)
- leading table statistics
- no query optimizer
- large memory consumption with large databases (each transaction will require 100 GB of database).
, SQLite , , , ( ), SQLite .
MySQL: MySQL - . :