Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0
    • 3.3.1
    • fs/s3
    • None

    Description

      Listing api returns a Remote iterator. Currently it is blocking in the constructor Listing class. Also it is done in batches, so if a batch is exhausted , the next batch will be fetched from s3 

      thus causing small pauses on the client side every time a batch is fetched. We can add the following optimisations to fix these:

      • Make the constructor list call to s3 asynchronous.
      • Fetch the next batch asynchronously while the current batch is getting processed.

      Attachments

        Issue Links

          Activity

            People

              mukund-thakur Mukund Thakur
              mukund-thakur Mukund Thakur
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: