You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently corto_select("//") recursively executes corto_select("*") until no children can be found. These recursive queries could be optimized by allowing the mount to implement support to return all objects in a single query.
The text was updated successfully, but these errors were encountered:
Currently
corto_select("//")
recursively executescorto_select("*")
until no children can be found. These recursive queries could be optimized by allowing the mount to implement support to return all objects in a single query.The text was updated successfully, but these errors were encountered: