Problem/Motivation
Dependency tree (order of the migration execution) might use less memory (and can use less computing resources) if there aren't any optional dependencies in the migration set: in this case, $required_dependency_graph is computed without any reason.
Proposed resolution
Optimize MigrationPluginManagerInterface::buildDependencyMigration().
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | smc-optimize_dependency_calculation-3340714-6.patch | 7.73 KB | huzooka |
Comments
Comment #2
huzookaComment #3
huzookaComment #5
huzookaComment #6
huzookaThis patch is the rebased version of the one in #5.
Comment #8
huzookaComment #9
huzookaReleased in 1.0.0-alpha12.