spine-tools / Spine-Database-API

Database interface to Spine generic data model
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
6 stars 5 forks source link

DB server entry point to filter queries #208

Closed manuelma closed 1 year ago

manuelma commented 1 year ago

When DBs are too big, full queries (without any filtering) can take forever to complete or even fill memory. The DB server interface doesn't allow one to filter queries (i.e., using WHERE in a SELECT statement).

I will just add that now.