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 のどちらを選択するのがよいでしょうか? 選択操作のパフォーマンスが優れているのはどの DB エンジンですか? メモリ使用量が少ない DB エンジンはどれですか?
一部の列には整数比較がたくさんありますが、他の複雑な操作はありません。
SQLite がより高速であることは理にかなっており、「lite」という名前が付けられています。
http://www.sqlite.org/speed.html