SQLite Disadvantages
Introduction to SQLite
2024-11-21
4
•
It's Slow
•
Locks whole file for writing.
•
No caching mechanism of it's own.
•
Limited
•
Database size restricted to 2GB in most cases.
•
Not fully SQL92 compliant.
•
Not very scalable.