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

Performance optimization #2056

Open
wsy19961129 opened this issue Aug 18, 2023 · 0 comments
Open

Performance optimization #2056

wsy19961129 opened this issue Aug 18, 2023 · 0 comments
Assignees

Comments

@wsy19961129
Copy link
Contributor

  1. For uploading data, use the insert operation only
    1. For each file, create a separate data clip;
    2. Uploading data will not replace the unversioned data clips instead of inserting directly; this is to avoid extra cost by using find_and_update during uploading;
  2. For querying data
    1). For querying files, need to add an upper limit of queried file per API; the frontend needs to dynamically load data instead of loading all at once. The search input now needs to obtain data from real-time result instead from the previous API cache; the source of the statistics need to be redesigned;
    2). For querying variables, need to store the latest data in a static way.
@wsy19961129 wsy19961129 self-assigned this Aug 18, 2023
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