Skip to content

molecular data meta endpoint needs to handle multiple molecular profiles #11761

@alisman

Description

@alisman

We need the ability to retrieve counts for multiple molecular profiles (data) with a single call/query. It shoudl replace this foreach here:

https://github.com/cBioPortal/cbioportal-frontend/blob/master/src/pages/resultsView/ResultsViewPageStore.ts#L1821

Note that currently we use the Meta endpoint, which returns counts in the http header.

The problem is that we have multiple hits to the database which forces Clickhouse to do the joins multiple times.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions