Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to bypass "getOne" step #163

Open
coudot opened this issue Jul 15, 2021 · 1 comment
Open

Option to bypass "getOne" step #163

coudot opened this issue Jul 15, 2021 · 1 comment
Milestone

Comments

@coudot
Copy link
Member

coudot commented Jul 15, 2021

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.

@coudot coudot added this to the Future milestone Jul 15, 2021
@coudot
Copy link
Member Author

coudot commented Oct 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant