Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Connector Toolkit
  3. Before you begin
  4. Develop a connector for Cloud Data Integration
  5. Develop a connector for Data Loader
  6. Import a connector
  7. Connection attributes
  8. Type system
  9. Connector metadata
  10. Partitioning capability
  11. Pushdown capability
  12. Mappings in advanced mode
  13. Manual changes to Informatica Connector Toolkit source code
  14. Runtime behavior
  15. Connector example: MySQL_Cloud
  16. Version control integration
  17. Appendix A: Metadata models
  18. Appendix B: ASO model
  19. Appendix C: Connector project migration
  20. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  21. Appendix E: Frequently asked questions

Cloud Data Integration Connector Toolkit Developer Guide

Cloud Data Integration Connector Toolkit Developer Guide

Static partitioning

Static partitioning

You can use the Informatica Connector Toolkit to configure static partitioning if you require the user to specify the partition information before the connector reads data.
When you define a endpoint metadata object, you can implement static partitioning for read capabilities of the endpoint metadata object. Based on the data source, you can implement following static partitioning types:
Fixed
If you require partition logic based on the partition information specified by the user, implement fixed partitioning capability. For example, if the data source does not provide partition information, you can implement partitioning logic based on the user inputs. The user enters the partition information, such as the number of partitions, before the connector reads data from the data source.
Key range
If the tables in the data source support key range partitioning, you can add support for key range partitioning capability. Before you add support for key range partitioning, you must ensure that the connector supports filter operation and platform expression. The Informatica Connector Toolkit implements key range partitioning as a filter query. The connector user enters the partition keys and key range when the connector reads data from the data source.
You can implement static partitioning only for connectors with read capability.

0 COMMENTS

We’d like to hear from you!