python - REST/Database caching in Django -


i'm having following scheme of project. every 4 hours download data source, deserialise , store database. @ same time, whole day round sort of client retrieve data database.

i have no downtimes while updating database. i've asked similar question before (django use 2 databases seamless updates), i'm learned caching , think 2 databases real over-engineering.

what best option in django create caches database or/and request (i use django-rest-framework it)?

i suppose question not opinional @ all, i'm searching correct way perform in django.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

ios - Possible to get UIButton sizeThatFits to work? -