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
It has been some time since we added support for MongoDB and there hasn't been much feedback since then. I would have to take a deeper look into the code to say what can be done to speedup performance.
My display is configured to show just 50 records
MongoDB has about 120,000 records
It takes about 20 seconds for LogAnalyzer to return a page.
I tried creating some indexes in MongoDB but this hasn't helped.
Should the LogAnalyzer MongoDB code take responsibility for creating the indexes it requires or is it expected that the admin will do this manually?
Can the code be optimized for querying/rendering small subsets of data quickly?
The text was updated successfully, but these errors were encountered: