lsc-project / lsc

LSC engine
http://lsc-project.org/wiki/documentation/latest/start
Other
105 stars 40 forks source link

Option to bypass "getOne" step #163

Open coudot opened 2 years ago

coudot commented 2 years ago

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 commented 8 months ago

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.