gterrono / houston

A zero-config, Django Admin-like admin for Meteor
https://atmospherejs.com/houston/admin
MIT License
807 stars 97 forks source link

Large collections crush the system #276

Open lifeisgreat opened 9 years ago

lifeisgreat commented 9 years ago

Is it possible to prevent a collection from loading if it's very large? It would be great if I could filter before getting the initial list. My collection has 12,000+ documents. I can totally see the usefulness of this tool.... pretty awesome

gabrielstuff commented 9 years ago

Same here. it crashes for large collection.

DanAncona commented 9 years ago

Happened to me too with a 39k doc collection. I'd like to try to take a whack at fixing it but don't have time for yak shaving on this particular project at the moment - will try to take a look at it when I get a chance, maybe in a week or so when I've got some user testing going on. I'm coming to meteor from django and love that this exists!

0o-de-lally commented 9 years ago

+1, paging on all collections should be default.

0o-de-lally commented 9 years ago

Is Houston still being actively worked on, or is there another recommended admin?

gterrono commented 9 years ago

We haven't been as active as previously, but I have some time soon, and this bug is at the top of the list.

0o-de-lally commented 9 years ago

@gterrono how can I help with this one?