-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance problem in EncyclopeDiaLibrary.LibraryDetails (#3192)
Fixed performance problem displaying library details for very large .elib files (nor reported by anyone) For 4GB .elib files, the query in "LibraryDetails" was taking an hour to figure out how many "best spectra" each file had. That information is already available in the ElibSpectrumInfo's, so it can be calculated almost instantly. I hit the problem when trying to share minimize a Skyline document with a very large .elib file. New code had recently been added to BlibDb.MinimizeLibrary which uses "LibraryDetails".
- Loading branch information
1 parent
be87df0
commit 86a9ba6
Showing
2 changed files
with
27 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters