I am reading from an Oracle database with a basic filter e.g. year =2019. If I use the Talend db component with a Tmap, it reads all records in(across a network) and takes forever. I know the query at the db is very fast. I'd like Talend to send the query to the database and bring in the records as they meet the criteris. How would this be accomplished?