Hi Sqlite Users,

The goal is that an eMMC flash chip survives 15 years. And as we all know flash 
memory only supports a limited amount writes per cell before it fails. So if I 
get data to store from the user I would like to estimate before putting it into 
the database how much pages SQLite is going to write/modify to the flash. Is 
there any API, which can provide me such an estimation?

I will also use a VFS shim to get the real number of written bytes afterwards.

BR,
Lutz
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to