issues
search
PikaCourse
/
homiehomie
3
stars
0
forks
source link
Performance and Optimization related info
#23
Open
William-An
opened
3 years ago
William-An
commented
3 years ago
Relational database searching optimization to speed up response
Dyanmically refresh course section info via general course update interface that link db with university course schedule system
When student access a course, check whether its information is the updated within a certain period
if yes, just return the object to student
if no, retrieve the newest information from school website
Like a cache
Consider possible lock conflict issue?
Better cache framework:
https://docs.djangoproject.com/en/3.1/ref/settings/#caches