UseServerSideFiltering
Controls whether filters in SQL queries are processed by the Zoho CRM server (server-side filtering) or by the client provider (client-side filtering) in REST API.
データ型
bool
デフォルト値
true
解説
When set to 'true' (the default), the connector sends the filters in your SQL queries directly to the Zoho CRM API, letting the server process them. This typically improves performance and reduces the amount of data transferred.
In REST API, when set to 'false', the connector retrieves all matching records from Zoho CRM and applies the filters on the client side. This is only recommended in rare cases, such as when recently updated data may not yet be fully indexed for server-side filtering. Client-side filtering is significantly slower and can be resource-intensive.