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

Explore use of partial saves for performance #480

Closed
MarkDWilliams opened this issue Aug 16, 2023 · 1 comment
Closed

Explore use of partial saves for performance #480

MarkDWilliams opened this issue Aug 16, 2023 · 1 comment
Assignees

Comments

@MarkDWilliams
Copy link
Collaborator

MarkDWilliams commented Aug 16, 2023

Not something to attempt before code freeze or the demo, but something to consider for the future is to make use of specific fields in saving of Messages when the whole Message doesn't need to be saved (just status for instance)

survey.save(update_fields=["active"])

@MarkDWilliams
Copy link
Collaborator Author

This works and has been implemented in various places.

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

No branches or pull requests

2 participants