Skip to content

Implement efficient way to cache all parents for taxa #264

@mihow

Description

@mihow

Currently each taxon returns 2 parents above its self. We want to keep track of all parents for each taxa and provide those in all taxa endpoints. There is an existing many 2 many field for caching parents on the Taxon model, but it is not auto populated or used in API response. There may be a more efficient way. Explore using a PostgreSQL JSON field.

Metadata

Metadata

Assignees

Labels

response timeEnhancements related to performance in regards to response time

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions