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

Open onursumer opened 1 month ago

onursumer commented 1 month 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.