Skip to content

Update reference to the xblock-mentoring repo for optimized dataexport - #3107

Merged
cpennington merged 1 commit into
openedx:masterfrom
FiloSottile:optimize_dataexport
Mar 31, 2014
Merged

Update reference to the xblock-mentoring repo for optimized dataexport#3107
cpennington merged 1 commit into
openedx:masterfrom
FiloSottile:optimize_dataexport

Conversation

@FiloSottile

Copy link
Copy Markdown
Contributor

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

@cpennington

Copy link
Copy Markdown
Contributor

Why are you doing the query here: gsehub/xblock-mentoring@adcb490...94c7a4d#diff-f1a516b17bf284d420c594d1d44674bfR83 manually, rather than using the Django ORM?

@cpennington

Copy link
Copy Markdown
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
@cpennington
cpennington merged commit f13d146 into openedx:master Mar 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

open-source-contribution PR author is not from Axim or 2U

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants