You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've set up a Atomhopper server on top of a mongoDb database. After posting a lot of data we experienced slower response times and noticed that we should have configured an index for DateLastUpdated.
After setting that up we have still experienced slow response times on a 4 million document collection when loading the feed like this:
http:////obo/feed
Or when searching like this:
http:////obo/feed?format=json&search=
Is it possible to get more info on the index configuration for mongo? We suspect more indexes are needed. We have played around adding something like this (but still it takes time to search):
We've set up a Atomhopper server on top of a mongoDb database. After posting a lot of data we experienced slower response times and noticed that we should have configured an index for DateLastUpdated.
After setting that up we have still experienced slow response times on a 4 million document collection when loading the feed like this:
http:////obo/feed
Or when searching like this:
http:////obo/feed?format=json&search=
Is it possible to get more info on the index configuration for mongo? We suspect more indexes are needed. We have played around adding something like this (but still it takes time to search):
]
The text was updated successfully, but these errors were encountered: