Query Folding

Using query folding, the connector can delegate the processing of certain operations to the server instead of performing them locally on the client machine. When you run a query that filters on columns for which folding is supported, the connector attempts to optimize connector performance by delegating the comparison operation to the server.

For information about columns that support query folding, see the Simba Salesforce Marketing Cloud ODBC Driver with SQL Connector Reference Guide. For examples of how to design queries that make use of query folding, see "Design Queries that Use Query Folding" in Best Practices.