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

Fix public link lookup performance #3866

Merged
merged 4 commits into from
May 25, 2023

Conversation

butonic
Copy link
Contributor

@butonic butonic commented May 9, 2023

Fix inefficient path based space lookup for public links.

public links use /public/{token} path based references. This PR checks the configured mountpoint of a space to skip storage providers that don't have a matching mountpoint, when looking up spaces for a path.

@butonic butonic requested review from labkode, ishank011, glpatcern and a team as code owners May 9, 2023 12:46
@butonic butonic self-assigned this May 9, 2023
@butonic butonic requested review from aduffeck and micbar May 9, 2023 12:46
@butonic
Copy link
Contributor Author

butonic commented May 9, 2023

cc @fschade this fixes public link access performance

@butonic butonic force-pushed the space-registry-path-filtering branch 4 times, most recently from 7b2810c to e3d91e8 Compare May 9, 2023 15:53
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
@aduffeck aduffeck force-pushed the space-registry-path-filtering branch from e3d91e8 to e821214 Compare May 23, 2023 07:50
@aduffeck aduffeck force-pushed the space-registry-path-filtering branch from b0f5016 to fdd867c Compare May 25, 2023 06:37
@aduffeck aduffeck merged commit d3e496e into cs3org:edge May 25, 2023
7 checks passed
@aduffeck aduffeck deleted the space-registry-path-filtering branch May 25, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants