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
Regarding the data layer. I can see that we do a join between resource and translation, when reading all resources. So the cardinality is high.
Should we split the two table queries, using multiple result sets, and then merge the data on reading?
A small optimization could be overloads to LocalizationProvider methods, without the params array parameter. In cases where those are not needed, those would take a shortcut.
I cannot rely on having MRS enabled (which is also not recommended due to potential perf. penalty).
How much gain we are talking here? I've done sandbox now with 10k resources and 5 languages. Performance is not tragic there. Sync of resources initially on startup was problem. Got it down from ~40sec to ~2sec.
Echo from community:
The text was updated successfully, but these errors were encountered: