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

Reimplement batch loading #41

Open
hbarsnes opened this issue Mar 10, 2021 · 0 comments
Open

Reimplement batch loading #41

hbarsnes opened this issue Mar 10, 2021 · 0 comments
Assignees

Comments

@hbarsnes
Copy link
Member

The batch loading from the database has been removed, which makes the loading of many object very slow, which for example impacts the exports for large projects as they are now loading one protein/peptide/psm at the time.

See https://github.com/compomics/compomics-utilities/blob/master/src/main/java/com/compomics/util/db/object/ObjectsDB.java#L507 for the code to be updated.

The solution: re-add the batch loading.

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