Comments
-
i got a orion database with 30k nodes. and i want to know all the nodes that are in there using the pythonsdk. my thoiught was if i query all the nodes in one go i might get a timeout at somepoint, so i should do it in multiple batches. i have come up with the following that seems to work: def lookup_nodes_on_orion(swis):…