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

file_sets and file_set_ids are terribly inefficient #239

Open
jcoyne opened this issue Oct 17, 2015 · 0 comments
Open

file_sets and file_set_ids are terribly inefficient #239

jcoyne opened this issue Oct 17, 2015 · 0 comments

Comments

@jcoyne
Copy link
Member

jcoyne commented Oct 17, 2015

The current way this works is to load all the members into memory and then interrogate each to see if is_file_set? is true. Instead we could index RDF.type so these methods could be based of queries to solr.

When you model a book with several hundred pages (file_sets), then the current implementation is unusable.

@jrgriffiniii jrgriffiniii added this to the 1.x series milestone Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants