Folks,
Pardon my question here, but I am trying to get a handle on I/O levels when writing to a SQLite database.
My requirement is to limit the amount of write to a JFFS file-system, so that we do not suffer catestrophic failure before end of system life.
Two models are held available - keep the database in memory and copy to flash periodically, or just keep the database on the flash.
Do any of you have a way that I might instrument, or otherwise measure the amount of disk change when writing to the database? Either by interrogating the device driver, or through device inspection?
Thank You,
Oralloy
Pardon my question here, but I am trying to get a handle on I/O levels when writing to a SQLite database.
My requirement is to limit the amount of write to a JFFS file-system, so that we do not suffer catestrophic failure before end of system life.
Two models are held available - keep the database in memory and copy to flash periodically, or just keep the database on the flash.
Do any of you have a way that I might instrument, or otherwise measure the amount of disk change when writing to the database? Either by interrogating the device driver, or through device inspection?
Thank You,
Oralloy
Comment