Skip to content

Inefficient schema retrieval on model instantiation #2

@senko

Description

@senko

Every time an instance of the model is created, another query is fired up to fetch the schema. If we're getting multiple models (very likely), it's going to fire off O(n) additional querysets, which is pretty lousy performance-wise.

Need to find a good way of caching this metadata and invalidating it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions