Git Product home page Git Product logo

Comments (6)

ahmarsuhail avatar ahmarsuhail commented on July 4, 2024 1

Hi, thanks for opening this issue. This is expected, as for Mountpoint when you do a list we have to paginate and do multiple listObject requests, getting 1000 objects in each request which can lead to this latency. Using the date as a prefix should help reduce time for listing though, as it will mean that Mountpoint can complete the listing with fewer requests.

from mountpoint-s3.

dannycjones avatar dannycjones commented on July 4, 2024 1

@ahmarsuhail I have a "folder" with over 96882 "files" and listing takes. I compared different s3 mount implementations s3fs-fuse - about 5 minutes goofys - 35 seconds mountpoint-s3 45 minutes!!!

There's obviously something wrong with the listing implementation in mountpoint-s3

Hey @VladimirPchelko, please take a look at the troubleshooting section for this scenario: https://github.com/awslabs/mountpoint-s3/blob/main/doc/TROUBLESHOOTING.md#slow-metadata-operations

Likely, metadata caching can help you: https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md#metadata-cache

If you're still experiencing issues, please do open a new issue and we can take a look. https://github.com/awslabs/mountpoint-s3/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml

from mountpoint-s3.

VladimirPchelko avatar VladimirPchelko commented on July 4, 2024

@ahmarsuhail
I have a "folder" with over 96882 "files" and listing takes.
I compared different s3 mount implementations
s3fs-fuse - about 5 minutes
goofys - 35 seconds
mountpoint-s3 45 minutes!!!

There's obviously something wrong with the listing implementation in mountpoint-s3

from mountpoint-s3.

VladimirPchelko avatar VladimirPchelko commented on July 4, 2024

@dannycjones
I need that when deploying a container there are no delays on the first request! Do you offer caching? What's the point?

I'll check, but I seriously doubt it... wait 45 minutes again.

from mountpoint-s3.

VladimirPchelko avatar VladimirPchelko commented on July 4, 2024

after enabling caching

real 1m27.568s
but still slower than goofys

ok

from mountpoint-s3.

dannycjones avatar dannycjones commented on July 4, 2024

@VladimirPchelko we'll be happy to look into the performance issue you're facing, but we will need more information.

Details about the size of each object, and the structure of the S3 bucket would be helpful. For example, how deeply nested are the objects within prefixes - a/file.txt or a/b/c/d/e/file.txt.

Please do open a new bug report to describe the issue and share some logs, and we can investigate.

from mountpoint-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.