Try changing how the list_all Biobank API works to run faster. Query slowness seems to come from the FK relations, namely analytes, experiments, and alignments. Might also be worth dropping these columns as it duplicates fields that can be queried from these respective tables.
Try changing how the
list_allBiobank API works to run faster. Query slowness seems to come from the FK relations, namely analytes, experiments, and alignments. Might also be worth dropping these columns as it duplicates fields that can be queried from these respective tables.