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

Make processing's batch process faster #38989

Merged
merged 3 commits into from
Sep 24, 2020
Merged

Make processing's batch process faster #38989

merged 3 commits into from
Sep 24, 2020

Conversation

nirvn
Copy link
Contributor

@nirvn nirvn commented Sep 24, 2020

Description

This and @nyalldawson 's PR #38988 makes processing's batch process usable when adding a large number of rows (from files, expressions, etc.) and therefore fixes #38987 .

On the long run, we probably want to avoid creating widgets for all rows all all time and instead only show widgets when editing cell values. But for now, the two drastic speed boost unlocked does the job.

@github-actions github-actions bot added this to the 3.16.0 milestone Sep 24, 2020
@nirvn nirvn changed the title Batch faster Make processing's batch process faster Sep 24, 2020
@nirvn nirvn merged commit 9311368 into qgis:master Sep 24, 2020
@FelisPimeja
Copy link
Contributor

Wow! @nirvn, @nyalldawson - thank you so much, guys!
This was really annoying - I even had to split long batch queues into parts to make it work comfortable.

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.

Processing's batch process performs badly when adding a large number of files
3 participants