I tried to create several datasets for testing our application.
Starting with 100 base objects 4 sub objects + a few thousand additional entities. Takes ~1 min
1000 4 + x thousand. Takes ~4min
10000 * 4 + x thousand. Crashes after 4+ hours.
Debug output
Connection to database...
Database is connected
Loading fixtureConfigs
Resolving fixtureConfigs
Node Profiling of first 5minutes.
Looks like most time is spend in the resolver at resolveDeepDependencies(item) {
I tried to create several datasets for testing our application. Starting with 100 base objects 4 sub objects + a few thousand additional entities. Takes ~1 min 1000 4 + x thousand. Takes ~4min 10000 * 4 + x thousand. Crashes after 4+ hours.
Debug output
Node Profiling of first 5minutes. Looks like most time is spend in the resolver at
resolveDeepDependencies(item) {