Query tables in TimeXtender Classic's Business Unit enable customized SQL queries against source databases, creating staging tables with transformed or filtered data. Unlike standard staging tables using basic SELECT statements, query tables handle complex logic like joins, aggregates, and conditional splits during extraction.
Key Benefits
Use Case: Source Side Joins to Filter Data Extraction: The ideal way to select rows for extraction might only exist when joining two tables. e.g. Filtering "SalesOrderDetail" on OrderDate, where OrderDate only existing in the "SalesOrderHeader" Table.
Implementation Steps
{0} for splits).Query tables optimize ETL pipelines by shifting transformations to the extraction phase, reducing downstream processing.
Caution: complex queries may increase source database load during execution.