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

Large Collection Reindexing Fills Memory allocation #1

Closed
davidmcclure opened this issue Jun 6, 2011 · 1 comment
Closed

Large Collection Reindexing Fills Memory allocation #1

davidmcclure opened this issue Jun 6, 2011 · 1 comment
Assignees
Milestone

Comments

@davidmcclure
Copy link
Contributor

The current implementation of SolrSearch attempts to create all objects before creating HTTP requests to Solr. This needs to be refactored to more efficiently iterate results without filling memory allocation (or requiring a very large memory allocation).

@erochest
Copy link
Contributor

Evaluate this for inclusion in milestone 1. If Omeka can already handle the paging, that's fine; otherwise, as important as this issue is, we probably need to hold off until a 1.1 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants