I'm making a website with Django framework with MySQL for database to display some data (e.g. daily stock prices for many stocks).
Everyday, I would like to refresh all the data in the database to the latest data. There's a lot data so I want to replace the entire database instead of inserting new entries.
Is there an elegant way of achieving this? Is this kind of operation supported by relational databases like MySQL.
Thanks!
https://stackoverflow.com/questions/67041077/best-django-design-with-constant-updating-data April 11, 2021 at 11:03AM
没有评论:
发表评论