Author | Message |
---|---|
se1k1h1mawar1
Posts: 121
|
Posted 16:02 Jun 08, 2016 |
Dr. Sargent, My program currently deletes all of the review records in the DB before fetching a new data and storing them in a DB. |
msargent
Posts: 519
|
Posted 16:07 Jun 08, 2016 |
We are only using the DB to store the latest weather records, as a way of caching them. So I would delete old records before adding new ones. You could go the extra step, but since we are only storing a dozen or so records with each update, I don't think there will be any performance impact. Last edited by msargent at
16:08 Jun 08, 2016.
|
se1k1h1mawar1
Posts: 121
|
Posted 16:25 Jun 08, 2016 |
I see. Thank you for your reply! |