Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gets too slow for nodes > 10000 #28

Open
xxxazxxx opened this issue Dec 22, 2013 · 3 comments
Open

gets too slow for nodes > 10000 #28

xxxazxxx opened this issue Dec 22, 2013 · 3 comments

Comments

@xxxazxxx
Copy link

My ancestry tree contains more than 10000 nodes.

Is there any way to display only a part of the subtree say suppose all the children under a particular node, also with an option to add a new node to this subtree by search for its name in the entire tree or maybe add a new node and add it to this subtree as a child?

@dalpo
Copy link
Owner

dalpo commented Dec 28, 2013

Hi @xxxazxxx,
now in rails_admin_nestable is not possible to filter by a subtree.
I'm planning to refactor all the code, to support many adapters to manage tree, like awesome_nested_set or mondodb database.

Moreover I want to add filter feature to manage only a subnode.

But it will take a little of time before that everything will be ready...

@marksiemers
Copy link

For list sorting, using something like ranked_model could drastically improve performance when dealing with large data sets.

@ain
Copy link

ain commented Jan 13, 2017

Performance is only one aspect. The other is UX. Scoping would solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants