Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果需要将一些记录存储在内存中,哪个是更好的选择:MySQL 内存引擎还是 Sqlite?哪个数据库引擎对选择操作有更好的性能?哪个数据库引擎占用内存少?
某些列有很多整数比较,但没有其他复杂的操作。
SQLite 更快是有道理的,因此使用“lite”名称。
http://www.sqlite.org/speed.html