开发者

View with data from many databases

开发者 https://www.devze.com 2023-02-06 12:33 出处:网络
I\'m building site in django, which lists items of many suppliers. Each supplier has own big database and make changes quite often. I have to b开发者_StackOverflow社区e aware of all changes in no more

I'm building site in django, which lists items of many suppliers. Each supplier has own big database and make changes quite often. I have to b开发者_StackOverflow社区e aware of all changes in no more than 60 minutes. There are about 10m items to display. How to implement all that in a efficient way?


It seems to me that your application has a pretty ugly architecture. Try to refactor it or you will have troubles.

Anyway, you can try to cache your suppliers' data to your own database (single) and save some resources.

0

精彩评论

暂无评论...
验证码 换一张
取 消