You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By simply adding the relationLoadStrategy typeorm find flag and setting it to "query" on the following two occasions, the indexing speed improved by ~500% in our setup:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
By simply adding the
relationLoadStrategytypeorm find flag and setting it to "query" on the following two occasions, the indexing speed improved by ~500% in our setup:vendure/packages/elasticsearch-plugin/src/indexing/indexer.controller.ts
Line 502 in 758e92d
vendure/packages/elasticsearch-plugin/src/indexing/indexer.controller.ts
Line 516 in 758e92d
All reactions