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

Implement resource efficient delete all image operation #69

Open
mubeen-juks opened this issue Aug 23, 2022 · 0 comments
Open

Implement resource efficient delete all image operation #69

mubeen-juks opened this issue Aug 23, 2022 · 0 comments
Assignees

Comments

@mubeen-juks
Copy link

Hello,
The current implementation of deleteall images is throwing up resource error for large number of files. The code in deleteallimages.php is querying for all images at once and performing a delete operation. This will fail if there are large number of images and also depends on the memory limits on the server.

Request you to implement an efficient delete operation which queries and deletes the images in chunks.

@shadman-ahmed-bs23 shadman-ahmed-bs23 self-assigned this Oct 17, 2023
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