-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- For uploading data, use the insert operation only
- For each file, create a separate data clip;
- 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;
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels