Skip to content

ingest: improve performance #3

@vsudilov

Description

@vsudilov

Using the model built-in positional search causes a db query for every object on ingest, killing performance.

Re-implementing the following to use a single db filter/query based the corners of the field should significantly improve performance:
https://github.com/vsudilov/grondview/blob/master/grondview/management/commands/_populate_db.py#L124

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions