Update reference to the xblock-mentoring repo for optimized dataexport - #3107
Merged
Conversation
Contributor
|
Why are you doing the query here: gsehub/xblock-mentoring@adcb490...94c7a4d#diff-f1a516b17bf284d420c594d1d44674bfR83 manually, rather than using the Django ORM? |
Contributor
|
Sorry, hadn't read the associated PR. |
The new ref is gsehub/xblock-mentoring@43aa320 Optimize mentoring-dataexport times by using values_list()
cpennington
added a commit
that referenced
this pull request
Mar 31, 2014
Update reference to the xblock-mentoring repo for optimized dataexport
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new ref is gsehub/xblock-mentoring@94c7a4d
Optimize mentoring-dataexport times by using a raw SQL cursor
The bulk reading of the Answer objects to export have been converted to chunked reading of the three needed columns from a raw DB connection cursor, executed with a slightly modified version of the Django query.
Here is the corresponding xblock-mentoring PR with more details: gsehub/xblock-mentoring#1
Pinging @ormsbee and @cpennington for the review.
Made on behalf of @antoviaque