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

JCLOUDS-1371: Optimize filesystem delimiter #164

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

gaul
Copy link
Member

@gaul gaul commented Jan 22, 2023

populateBlobKeysInContainer will no longer recurse when the delimiter matches "/". This makes listing deep hierarchies with a delimiter faster. Note that the general LocalBlobStore handling is still required for the general cases. This requires removing a bogus test case. References gaul/s3proxy#473.

@gaul
Copy link
Member Author

gaul commented Jan 22, 2023

@timuralp Maybe interesting to you.

populateBlobKeysInContainer will no longer recurse when the delimiter
matches "/".  This makes listing deep hierarchies with a delimiter
faster.  Note that the general LocalBlobStore handling is still
required for the general cases.  This requires removing a bogus test
case.  References gaul/s3proxy#473.
@gaul gaul force-pushed the filesystem/optimize-delimiter branch from a176046 to 7e5f8ab Compare January 22, 2023 09:42
@gaul gaul merged commit 62632c9 into apache:master Jan 24, 2023
@gaul gaul deleted the filesystem/optimize-delimiter branch January 24, 2023 05:45
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