RADAR-base / RADAR-RestApi

RESTful interface to access near real-time data
Apache License 2.0
2 stars 0 forks source link

Evaluate Mongo index use #110

Open blootsvoets opened 6 years ago

blootsvoets commented 6 years ago

Evaluate whether indexes are actually used for our queries. Make an integration test that calls explain on mongo queries. See https://stackoverflow.com/questions/44667364/how-to-use-query-hint-or-explain-from-java#44668682. This may mean a small refactor of mongohelper though.