Merge pull request #265 from chrismeyersfsu/fix-system_tracking_performance

index host relationship to speed up fact_versions api endpoint
This commit is contained in:
Chris Meyers 2015-06-05 17:11:56 -04:00
commit d580969088

View File

@ -182,6 +182,7 @@ class FactVersion(Document):
meta = {
'indexes': [
'-timestamp',
'module'
'module',
'host',
]
}