Skip to content

WIP Improve content_ids handling by defered loading#7867

Draft
mdellweg wants to merge 1 commit into
pulp:mainfrom
mdellweg:content_ids_sql
Draft

WIP Improve content_ids handling by defered loading#7867
mdellweg wants to merge 1 commit into
pulp:mainfrom
mdellweg:content_ids_sql

Conversation

@mdellweg

Copy link
Copy Markdown
Member

The array_field can be huge and most of the time we don't need the values in python. Some uses can even be handled by clever SQL without ever channelling all the data through the network.

📜 Checklist

  • Commits are cleanly separated with meaningful messages (simple features and bug fixes should be squashed to one commit)
  • A changelog entry or entries has been added for any significant changes
  • Follows the Pulp policy on AI Usage
  • (For new features) - User documentation and test coverage has been added

See: Pull Request Walkthrough

The array_field can be huge and most of the time we don't need the
values in python. Some uses can even be handled by clever SQL without
ever channelling all the data through the network.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant