Skip to content

martin-cp: better nullness/bbox handling for vastly increased performance #2212

@CommanderStorm

Description

@CommanderStorm

Currently, when martin-cp sees the following, the green area will be attempted to copy.

Image

This is suboptimal, as the green area cannot ever have tiles.
We should either

  • if the query is taking very long (more than 10 minutes, or something) calculate the bboxes for each source and see if we can skip tiles
  • use the bboxes of sources to pre-filter sources (This might also apply to martin itsself, I have not checked)

The motivation for this is the following observation:

Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions