cBioPortal / rfc80-team

repository to hold issues for the rfc80 development / deployment team
0 stars 0 forks source link

Move NA count logic to SQL #16

Closed onursumer closed 3 months ago

onursumer commented 6 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.

onursumer commented 3 months ago

Fixed by cBioPortal/cbioportal#10823