yocontra / smog

HTML5/Node/WebSocket MongoDB panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to open collection with 90,000+ documents

jsalonen opened this issue · comments

Hi ya!

Opening a large collection from Smog UI doesn't work so nicely with large datasets.

I have a collection with 90,000+ documents with average size around 8 kB. When I click on the collection name on Smog, the application just hangs. From console I can see that the whole content of the collection is being listed.

After the listing is done, nothing happens in the browser UI, so basically smog is unusable for large datasets right now.

Any ideas / workarounds?

Looking into it - I hadn't done any testing with large datasets. I think adding 90k table rows to the dom is what the problem is, pagination is probably the best fix

Probably that.

If there is anything at all I can do to help, please let me know. At least I'd very gladly try out it on our db to see if it works.