Skip to content

Conversation

@wongcht
Copy link
Owner

@wongcht wongcht commented Oct 15, 2025

Trac ticket number

ticket-XXXXX

Branch description

Provide a concise overview of the issue or rationale behind the proposed changes.

Checklist

  • This PR targets the main branch.
  • The commit message is written in past tense, mentions the ticket number, and ends with a period.
  • I have checked the "Has patch" ticket flag in the Trac system.
  • I have added or updated relevant tests.
  • I have added or updated relevant docs, including release notes if applicable.
  • I have attached screenshots in both light and dark modes for any UI changes.

- error raised in geometry_field when getting geom_field in the model, blocking layer with no geom_field being mapped
- utilize model.bulk_create
- but heavy load to memory
- added faster_verify_fk flag for enabling
- it is slow because N+1 query
- fetch only pk is adequate and slightly speed up
- not loading the whole layer in a go now
- also as a method to write fields not in DataSource
@wongcht wongcht self-assigned this Oct 15, 2025
@github-actions
Copy link

Hello! Thank you for your contribution 💪

As it's your first contribution be sure to check out the patch review checklist.

If you're fixing a ticket from Trac make sure to set the "Has patch" flag and include a link to this PR in the ticket!

If you have any design or process questions then you can ask in the Django forum.

Welcome aboard ⛵️!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants