Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

add hard threshold for GWAS quick search, fix GWAS performance for postgres #154

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

mognHLU
Copy link

@mognHLU mognHLU commented Feb 6, 2018

For GwasSearchController.groovy added a hard threshold (offset < 500). Reason for this is to be able to display a selection of observations greater than 500 in the GWAS analysis window without resolving to sort on an arbitrary column. For RegionSearchService, we have added SQL queries in postgreSQL, but kept the original Oracle SQL queries. Which queries to be used is conditional on the DB type. Main reason for change is performance when using a PostgreSQL DB.

@gijskant gijskant added the legacy label Feb 6, 2018
@forus forus changed the base branch from master to dev March 7, 2018 03:55
@ewelinagr ewelinagr force-pushed the dev branch 3 times, most recently from 93183e7 to b651751 Compare August 16, 2022 07:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants