Netezza Data Source Limitations
| • | Placeholder parameters (designated by question marks) in prepared statements cannot be evaluated for use with the Netezza data ship optimization, because the variable must be resolved prior to submission. |
| • | Federated queries with database-specific functions must be able to push that SQL directly to the data source, or the query will fail. |
| • | Netezza UDA and UDF need to be assigned full resource names so they can be used in queries. |
| • | Composite views can invoke Netezza UDA or UDF using full TDV resource names of the following general form: /users/composite/admin/Netezza/Aggregate/Builtin/”COUNT”() |
| • | Each query (including the initial costing of the query) is executed using its own run-time connection thread, which is returned to the pool when the query is completed. |
Subtopics