As we all know, flash memory is limited in the number of write cycles before the device dies. If you constantly update your database, would this lead to early demise of the flash memory? In the manual, under database settings, there is an option to keep the database in ram. However, I didn't see this option available in a recent build for the e200 (this weeks build). Is this not available for the e200?
Also, if I replace the disk memory in my ipod mini with a flash card, how does rockbox treat this? IE: do rockbox ports for flash based players try to conserve writes to the flash (treat it less like a disk)? Do ports to disk based players tend to not conserve on write cycles to the disk (bad if you replaced the disk with a flash device).
I would think that the storage media would be a write/read mostly device, and the only time that software would write to the device would be when adding/deleting/modifing files. Modifing files would only happen during a database update, or a configuration change. You shouldn't need to modify the database unless you add/delete music files (right?).