Apply the conditions and return the filtered data.
For a data node that uses an indexed database (SQL, Mongo), “read all data” will not be able to take advantage of the queries when reading data.
Description of the ideal solution
For indexed database data nodes, the conditions should be integrated into the read query, taking advantage of the query speed of the database.
What would that feature address
The current steps to filter a data node:
For a data node that uses an indexed database (SQL, Mongo), “read all data” will not be able to take advantage of the queries when reading data.
Description of the ideal solution For indexed database data nodes, the conditions should be integrated into the read query, taking advantage of the query speed of the database.