Group.add_nodes() function should be able to get a list of 'pk' or 'uuid' as the argument. #1320
Labels
priority/nice-to-have
type/feature request
status undecided
type/performance
Issue related to how quickly AiiDA works
To export a significant amount of nodes it would be good to NOT load them directly, but rather to provide a list of pk or uuid numbers to the add_nodes() function.
I think rather then doing that:
it would be much nicer to do:
Calling some_group.add_nodes() for every loaded node is very slow, so I would prefer to avoid this.
The text was updated successfully, but these errors were encountered: