|
|
|
|
|
by brewdad
300 days ago
|
|
Do you need every record you add/update to the database to be there when you try to read it later or are you ok with a best effort to save that works to some 9x.xxxxx degree but occasionally drops some things? If it needs to be there, use a a fully transactional database. |
|