Skip to content

multifilesystem: Improve performance of PROPFIND - #2194

Open
mcrha wants to merge 1 commit into
Kozea:masterfrom
mcrha:wip/performance
Open

multifilesystem: Improve performance of PROPFIND#2194
mcrha wants to merge 1 commit into
Kozea:masterfrom
mcrha:wip/performance

Conversation

@mcrha

@mcrha mcrha commented Aug 7, 2026

Copy link
Copy Markdown

The PROPFIND does not need to check the filesystem for the file existence, because the list comes from the directory listing, similar as the other parts already do it. That was highly visible with large collections (10k+ items), causing massive delays.

Also avoid repeated stat() calls on the same path.

The PROPFIND does not need to check the filesystem for the file existence,
because the list comes from the directory listing, similar as the other
parts already do it. That was highly visible with large collections (10k+ items),
causing massive delays.

Also avoid repeated stat() calls on the same path.
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.

1 participant