Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QGIS freezes when deleting features from big PostGIS table #15489

Closed
qgib opened this issue Aug 8, 2012 · 3 comments
Closed

QGIS freezes when deleting features from big PostGIS table #15489

qgib opened this issue Aug 8, 2012 · 3 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats)

Comments

@qgib
Copy link
Contributor

qgib commented Aug 8, 2012

Author Name: Serge Dikiy (Serge Dikiy)
Original Redmine Issue: 6172
Affected QGIS version: master
Redmine category:vectors


Hi,

I have PostGIS table with 10e6 features. "Scale dependent" is set to display only 100-500 features. All work very fast..

But, if I want delete some features... QGIS freezes... because QGIS gets all 10e6 features from PostGIS.

See attachment.(test table have only 60 features)

BR.


@qgib
Copy link
Contributor Author

qgib commented Aug 8, 2012

Author Name: Jürgen Fischer (@jef-n)


Not a postgres provider problem. After features are deleted, the layer extents are recalculated by iterating all not deleted features.


  • category_id was changed from Data Provider/PostGIS to Vectors

@qgib
Copy link
Contributor Author

qgib commented Aug 8, 2012

Author Name: Jürgen Fischer (@jef-n)


Fixed in changeset "2ab022184d377d1f50614b2887e18cef05eb38e1".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Aug 9, 2012

Author Name: Serge Dikiy (Serge Dikiy)


Thank you, jef
Everything works great!

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats) labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Vectors Related to general vector layer handling (not specific data formats)
Projects
None yet
Development

No branches or pull requests

1 participant