rails_admin_nestable icon indicating copy to clipboard operation
rails_admin_nestable copied to clipboard

gets too slow for nodes > 10000

Open xxxazxxx opened this issue 10 years ago • 3 comments

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?

xxxazxxx avatar Dec 22 '13 12:12 xxxazxxx

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...

dalpo avatar Dec 28 '13 15:12 dalpo

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

marksiemers avatar Feb 05 '15 20:02 marksiemers

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

ain avatar Jan 13 '17 15:01 ain