0
Difference in Filters
In Model, what is the difference between filtering on a table node and with a filter node?
1. Filter on the Table node:
2. Filter node after the month:
2 replies
-
Hi ,
The filter on the Table block is pushed down into the initial SQL query that retrieves data from the database, whereas the Filter block filters data as it is moving through the data flow, independently from the initial query.
Hope that helps.
Ian