davenquinn / Mapboard-GIS

The public issue tracking repository for the Mapboard GIS iPad app
https://mapboard-gis.app
8 stars 1 forks source link

Spatialite topology is super slow #5

Open davenquinn opened 3 years ago

davenquinn commented 3 years ago

In Spatialite mode, reasonably complex topologies take tens of seconds to refresh. Because Spatialite does not support concurrent writes, this blocks other interactions with the database (e.g., drawing) until the update is done.

There are several things that might contribute to a fix:

We could even do all actual topology work on a separate database, but that would likely be overkill...

davenquinn commented 3 years ago

This might be something we can fix alongside #1...