Opened 5 years ago
Last modified 22 months ago
#29898 assigned Cleanup/optimization
Adapt schema editors to operate from model states instead of fake rendered models
Reported by: | Simon Charette | Owned by: | Manav Agarwal |
---|---|---|---|
Component: | Migrations | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Markus Holtermann, Simon Charette, Adam Johnson, David Wobrock | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Rendering models meant to be passed to the schema editor during the migrate phase is the main source of slowdown during the migrate phase of a project.
Adapting schema editors to be able to perform the same operations with model states would be way more efficient as model rendering could always be delayed until it's a necessity such during the application of RunPython
operations.
Ref #22608.
Initial work by Markus Holtermann here https://github.com/django/django/compare/master...MarkusH:schemaeditor-modelstate
Change History (12)
comment:1 Changed 4 years ago by
Cc: | Adam Johnson added |
---|
comment:2 Changed 3 years ago by
comment:3 Changed 2 years ago by
Owner: | changed from nobody to Manav Agarwal |
---|---|
Status: | new → assigned |
comment:6 Changed 23 months ago by
Cc: | David Wobrock added |
---|
comment:9 Changed 22 months ago by
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:11 Changed 22 months ago by
Has patch: | unset |
---|---|
Triage Stage: | Ready for checkin → Accepted |
Hello everyone. This is the proposal that I submitted for GSoC, which unfortunately wasn't accepted. If it's fine, I would still like to work on this ticket. It would be amazing if I could get the above mentioned proposal reviewed and was given feedback, so that I know what to change and how to proceed.
Cheers