Advantages of the New Replication Runtime
Overview
The new Replication runtime introduces significant improvements over the old runtime in terms of performance, flexibility, and error handling. You can enable it by selecting Use new runtime in your Replication integration settings.
Key Advantages
- Object-level LastSyncTime — enables incremental replication independently for each object, so a failure in one object does not reset progress for others.
- New runtime modes — Standard, Resync, and Resync on Demand give you more control over how data is loaded and refreshed.
- Improved performance — direct ID checks and foreign key constraints have been removed, resulting in faster replication runs.
- Enhanced error isolation — errors are logged per object instead of halting the entire integration, allowing other objects to continue processing.
- Advanced features — History Mode, Nested Objects (stored as JSON or in separate tables), and Data Hashing are available exclusively in the new runtime.
Useful Links
Related Articles
Skyvia Full (Initial) Replication
Overview Full Replication creates a complete copy of your source data in the target database. Use it for the first replication run, after schema changes, when refreshing all data, or if you encounter duplicate records. Requirements Valid Source and ...
Replication: Schema Validation Failed (Absent Columns / Redundant Columns)
Overview If you encounter the following errors in an integration, it means the schema of your data source no longer matches the schema Skyvia has cached: "Integration failed: Table 'TableName' schema validation failed: Absent columns: 'FieldName1', ...
Replication creates extra tables in the database
Overview In some cases, as a result of Replication, in addition to the main tables (for example, dbo.Account), empty additional tables are created in the database with names like: dbo.Account_2ade4447_5e11_4308_9e81_5eab62d9ed52 ...
What is LastSyncTime in Skyvia?
What is LastSyncTime? LastSyncTime is the point when Skyvia last successfully transferred data during a Replication or Synchronization. It helps Skyvia remember what data has already been delivered, so next time, only new or updated records are ...
Replication: MySQL Error: Row size too large (> 8126)
Overview When performing replication to MySQL you can encounter this error: An error occurred while creating table 'Invoice'. Error: Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 ...