vivarium-collective / vivarium-core

Core Interface and Engine for Vivarium
https://vivarium-core.readthedocs.io/
Apache License 2.0
25 stars 2 forks source link

Create Mongo index for simulation time #217

Closed thalassemia closed 2 years ago

thalassemia commented 2 years ago

Our default collection indices are out of date. This PR removes unused indices and implements the correct index for simulation time, which should improve performance for queries targeting specific time points or ranges.


By creating this pull request, I agree to the Contributor License Agreement, which is available in CLA.md at the top level of this repository.