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
For small directories, or when few attributes are synced, we could fetch all values in the "getAll" step and bypass the "getOne" step for each entry in source.
The text was updated successfully, but these errors were encountered:
This issue was about improving performances on source (requesting all entries at once) but we could also try the same thing with the destination: use the getAll request to load all data in memory instead of requesting each entry. This would be a major improvement for plugins using REST API in destination.
For small directories, or when few attributes are synced, we could fetch all values in the "getAll" step and bypass the "getOne" step for each entry in source.
The text was updated successfully, but these errors were encountered: