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

Study API takes long time when the dataset has many files associated to it #738

Closed
flekschas opened this issue Oct 6, 2015 · 4 comments
Closed

Comments

@flekschas
Copy link
Member

Example: http://ec2-54-85-203-7.compute-1.amazonaws.com/#/
Dataset: Single cell RNA-seq of primary human glioblastomas

http://192.168.50.50:8000/api/v1/data_sets/YOUR-FANCY-UUID/studies/

Related code:
https://github.com/parklab/refinery-platform/blob/develop/refinery/core/api.py#L461-L470

@flekschas flekschas self-assigned this Oct 6, 2015
@flekschas flekschas added this to the Next milestone Oct 6, 2015
@flekschas
Copy link
Member Author

The actual query that takes up so much time is this: https://github.com/parklab/refinery-platform/blob/develop/refinery/data_set_manager/api.py#L145-L156

@ngehlenborg ngehlenborg modified the milestone: Next Nov 3, 2015
@jkmarx
Copy link
Member

jkmarx commented May 23, 2018

@scottx611x Is this related to your data set api performance improvement?

@scottx611x
Copy link
Member

@jkmarx Nope this is different. I believe we hit this issue recently with the BII instance. I think things start getting noticeably slow when a DataSet starts encroaching on 1000 Nodes

@jkmarx
Copy link
Member

jkmarx commented Apr 1, 2019

Removed old data set and study api. The current study api does not return a nodes list.

@jkmarx jkmarx closed this as completed Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants