-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mibios/query: Add ChainedQuerySet container/wrapper
The ChainedQuerySet hooks into the QuerySet.iterate() machinery via the new QuerySet.split_by_fk() method to be used as alternative to a filter(relation__in=subquery) when the subquery prevents an index scan (the first application will be data export of ReadAbundance for a selection of samples.) This is part 1 of 3 of series of commits to further address slow data export of very large tables.
- Loading branch information
Showing
1 changed file
with
108 additions
and
0 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