Best Practices for Gluesync
This guide outlines best practices for configuring and using Gluesync effectively, based on real-world experience and customer deployments.
Connection Management
Connection Pooling
-
Default maximum of 100 connections per agent
-
One connection per entity (table/mapping) by default
-
For deployments with:
-
< 100 entities: Default settings work well
-
> 100 entities: Consider connection grouping
-
Large deployments: Adjust max concurrency settings
-
For detailed guidance on connection pool sizing and optimization, refer to our Connection Pool Management Guide.
|
Monitor source database load when using many connections. Adjust settings if needed to prevent overload. |
Performance Optimization
Polling Intervals
| Setting | Use Case | Impact |
|---|---|---|
15ms |
Ultra-low latency (banking, telecom) |
Highest resource usage |
100ms |
Default - good balance |
Recommended for most cases |
1000ms+ |
Low priority updates |
Minimal resource impact |
|
Start with default 100ms polling and adjust based on: * Business requirements * Source system capacity * Network latency |
Deployment Patterns
Monitoring and Maintenance
Related topics
For more detailed information on operating and managing Gluesync, see these related guides:
-
Administration - Comprehensive guide for managing and operating Gluesync deployments
-
Connection pool management - In-depth coverage of connection pooling strategies and optimization
-
Security - Detailed security configuration and hardening guidelines
-
Troubleshooting - Common issues, diagnostic procedures, and solutions