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

Slow listings including unused tags #1

Open
david-morris opened this issue Sep 15, 2022 · 1 comment
Open

Slow listings including unused tags #1

david-morris opened this issue Sep 15, 2022 · 1 comment
Assignees

Comments

@david-morris
Copy link
Owner

Opening a folder with hidden items visible in a GUI over the network is slow. Why?

It probably has to do with exponential or factorial listings of directories.

If it's just round trips over the network, too bad.

If it's the actual listing process, we can fix it by listing only tags and then bailing in readdir if we match /\/\./. That means reordering stuff there a little.

How long does it take to ls -a problem directories?

@david-morris david-morris self-assigned this Sep 15, 2022
@david-morris
Copy link
Owner Author

Info logging could help figure out what is getting listed. This could be due to bad assumptions about caching, too.

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

No branches or pull requests

1 participant