cortoproject / corto

A hierarchical object store for connecting realtime machine data with web applications, historians & more
https://www.corto.io
MIT License
87 stars 14 forks source link

Optionally pass `select_all` Queries through to mounts #630

Open hendrenja opened 6 years ago

hendrenja commented 6 years ago

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.