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

AWS Media doesn't scale #757

Closed
tostasqb opened this issue Jan 22, 2018 · 3 comments
Closed

AWS Media doesn't scale #757

tostasqb opened this issue Jan 22, 2018 · 3 comments

Comments

@tostasqb
Copy link
Collaborator

Using AWS with a large number of files is unusable. Clear cache breaks as well as delete, and whole experience of going into folders, upload, create folder is very slow.

I've taken a look on the code and the main problem seems to rely on the browser_files method that stores a hash of all files in the S3 bucket on a single meta row...

I'm happy to help on refactoring this part but surely appreciate some help as well.

@owen2345
Copy link
Owner

Hi @tostasqb I was thinking in the same problem.
My idea was to move it in a database table like "cama_media".
Unfortunately for now I am still busy with a project.
Regards!

@tostasqb
Copy link
Collaborator Author

That's great to know. Also think that using a table would be the way to go. I'll be making some tests and be in touch.

@owen2345
Copy link
Owner

Finally it was moved to DB structure! Check vs 2.4.5.7.

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