Closed onursumer closed 3 months ago
As part of clinical-data-bin-counts endpoint we are fetching sample data to count NAs. By moving NA count logic to SQL we can avoid fetching the sample data. This should improve performance as outlined here.
NA
Fixed by cBioPortal/cbioportal#10823
As part of clinical-data-bin-counts endpoint we are fetching sample data to count
NA
s. By moving NA count logic to SQL we can avoid fetching the sample data. This should improve performance as outlined here.