Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from import task that stores the latest assessments on each Student record to read-time queries #1874

Open
kevinrobinson opened this issue Jul 9, 2018 · 0 comments

Comments

@kevinrobinson
Copy link
Contributor

kevinrobinson commented Jul 9, 2018

eg, migrate this: https://github.com/studentinsights/studentinsights/blob/master/app/models/student.rb#L200 to an optimized read query (or we might not even need to optimize this and could just query for the data in Student#update_recent_student_assessments when it's needed).

@kevinrobinson kevinrobinson changed the title Migrate from an import task that stores the latest assessments on the Student record to optimized queries Migrate from import task that stores the latest assessments on each Student record to read-time queries Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant