I am thinking about putting an SQLite database on a flash drive (SD card).
I would like to know what kind of file system is the optimal. I want to
query a lot, and insert or update a few times per minute.

The goal is to minimize disk writes, which leads the FLASH to wear out.

After some googling I found that Ext4 with no journaling, mounted with
noatime and the nodiratime option is a good choice.

Please share your thoughts and experience.

Thank you,
Levente
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to