A newer version of this documentation is available.
View Latest (v2.2)

Static Informix Troubleshooting

Troubleshooting

Optimizing for bulk operations instead of single transactions

By default, the Informix CDC agent processes each change event individually, which means updates are sent to the target one at a time for optimal real-time performance. However, if you prefer to process changes in bulk rather than as individual transactions, you can adjust the pooling interval.

To configure bulk operations:

  1. Navigate to the entity configuration in Gluesync

  2. Click on Settings for the specific entity

  3. Increase the Polling Interval value

  4. Save the configuration

This change will cause the target to receive multiple rows in each batch instead of individual updates. While this approach reduces real-time responsiveness (there will be a slight delay), it significantly improves performance by processing operations in bulk on the target system.

Trade-offs: - Real-time processing: Individual updates with minimal latency - Bulk processing: Better performance with slight delay in data synchronization