I
Ian Williamson
Greetings,
I am looking for some suggestions on the best way to
manage my data store.
Currently, I am keeping my SQL CE DB in FLASH memory, but
it is painfully slow. My other option is of course to
keep it in volatile memory, but the likelihood of data
loss is simply too great (mostly from power loss).
I am about to embark upon a new strategy. Have the
working copy in volatile memory and have a backup copy in
FLASH which is updated on a background thread. This is
going to take several days to implement, so I thought I
would ask the user community how they have dealt with
similar issues.
Cheers, Ian Williamson
I am looking for some suggestions on the best way to
manage my data store.
Currently, I am keeping my SQL CE DB in FLASH memory, but
it is painfully slow. My other option is of course to
keep it in volatile memory, but the likelihood of data
loss is simply too great (mostly from power loss).
I am about to embark upon a new strategy. Have the
working copy in volatile memory and have a backup copy in
FLASH which is updated on a background thread. This is
going to take several days to implement, so I thought I
would ask the user community how they have dealt with
similar issues.
Cheers, Ian Williamson