-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement a faster query for sorted samples with search enabled and editing disabled #164
Merged
Commits on Sep 26, 2024
-
Optimized sample dashboard query (#162)
Refactor the samples query to call Neo4j directly
Configuration menu - View commit details
-
Copy full SHA for 44b11a6 - Browse repository at this point
Copy the full SHA 44b11a6View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1827069 - Browse repository at this point
Copy the full SHA 1827069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9524c - Browse repository at this point
Copy the full SHA 0e9524cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d50ee8b - Browse repository at this point
Copy the full SHA d50ee8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c406f - Browse repository at this point
Copy the full SHA d7c406fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f86ddc6 - Browse repository at this point
Copy the full SHA f86ddc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a33a3e - Browse repository at this point
Copy the full SHA 0a33a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331493f - Browse repository at this point
Copy the full SHA 331493fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4026763 - Browse repository at this point
Copy the full SHA 4026763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d84ffb - Browse repository at this point
Copy the full SHA 4d84ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe7861a - Browse repository at this point
Copy the full SHA fe7861aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6b86c - Browse repository at this point
Copy the full SHA dc6b86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8968f77 - Browse repository at this point
Copy the full SHA 8968f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3a70b - Browse repository at this point
Copy the full SHA 8c3a70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bcb48 - Browse repository at this point
Copy the full SHA 79bcb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b8519 - Browse repository at this point
Copy the full SHA 49b8519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16094a6 - Browse repository at this point
Copy the full SHA 16094a6View commit details -
We previously used dataloader to make a single query for samples via the OGM. Otherwise, the `samples` and `samplesConnection` sub-queries would be call it twice. With the new approach, we use two slightly different queries to get samples data and the count of samples. We could use dataloader to access the oncotree cache, but this operation is very fast (< 0.05ms).
Configuration menu - View commit details
-
Copy full SHA for 272fe85 - Browse repository at this point
Copy the full SHA 272fe85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2495685 - Browse repository at this point
Copy the full SHA 2495685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363bda6 - Browse repository at this point
Copy the full SHA 363bda6View commit details -
Temporarily handle table element diffs between SamplesList and Record…
…sList components
Configuration menu - View commit details
-
Copy full SHA for 92b21c6 - Browse repository at this point
Copy the full SHA 92b21c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b9774 - Browse repository at this point
Copy the full SHA 88b9774View commit details -
Increase sample polling interval from 2s to 5s and move investigatorS…
…ampleId column to the front
Configuration menu - View commit details
-
Copy full SHA for b09494b - Browse repository at this point
Copy the full SHA b09494bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.