-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taught export to insure de-duplicated Artifact.json.
Along the way taught export to operate on a QuerySet of Artifacts instead of (prematurely) hydrating all affected Artifacts into a list. fixes #4159. (cherry picked from commit 6178887)
- Loading branch information
Showing
3 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Taught the Artifact.json of an export to hold minimum-unique-set of Artifact entries. | ||
|
||
In highly-duplicated-content export scenarios, this can mean a significant decrease | ||
in export-size, and significant improvement in import-performance. |
This file contains 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
This file contains 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