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

Need to optimise recursive content deletes #11

Open
taylortom opened this issue Nov 19, 2020 · 1 comment
Open

Need to optimise recursive content deletes #11

taylortom opened this issue Nov 19, 2020 · 1 comment
Labels
enhancement New or additional functionality

Comments

@taylortom
Copy link
Contributor

These currently just call AbstractApiModule#delete multiple times, which in turn adds extra unnecessary DB calls (we do a fetch prior to ever delete to allow hooks etc)

@taylortom taylortom added the enhancement New or additional functionality label Nov 19, 2020
@taylortom
Copy link
Contributor Author

It may make sense to fetch all course content and build a single query from that

@taylortom taylortom transferred this issue from adapt-security/adapt-authoring Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or additional functionality
Projects
Development

No branches or pull requests

1 participant