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

S3 browser - need to implement lazy loading #24

Open
smalers opened this issue Jan 23, 2023 · 0 comments
Open

S3 browser - need to implement lazy loading #24

smalers opened this issue Jan 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request high Priority: next release if possible M Size: 2-3 days

Comments

@smalers
Copy link
Contributor

smalers commented Jan 23, 2023

There is a performance hit and potentially higher AWS charges if full bucket lists are shown in the S3 browser. This is particularly the case if the initial display and root node does not correspond to a folder. This could be a bigger issue when a bucket is used for many system files, such as at TriLynx Systems. Lazy loading needs to be implemented as followss:

  1. List only top-level folders and files.
  2. When a folder is selected to expand, read its contents with a request.
  3. It may be OK to just lazy load based on top-level folder selection, as a first implementation.
  4. The tree needs to be smart enough to only lazy load when needed.
@smalers smalers added enhancement New feature or request high Priority: next release if possible M Size: 2-3 days labels Jan 23, 2023
@smalers smalers self-assigned this Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high Priority: next release if possible M Size: 2-3 days
Projects
None yet
Development

No branches or pull requests

1 participant