BaderLab / GenomeClinic-PGX

Web application for clinical pharmacogenomic interpretation
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Experiment with different indexes for variant storage #27

Closed ronammar closed 9 years ago

ronammar commented 9 years ago

As discussed in our meeting, variant documents should be indexed by the fields that will be used to filter them.

Proposed variant collection indexes:

Also, does in adding the variant index speed up querying? Does MongoDB automatically create an index? Is the default indexing adequate for quick querying?

ronammar commented 9 years ago

Tested, and we explored using or dropping indexes