InterviewSolution
| 1. |
How Can You Ensure That Data Is Consistent In Source System And Hana System? |
|
Answer» Since any changes in the source system are tracked in DEDICATED logging TABLES, the replication status for each changed data record is transparent. An ENTRY of logging table is deleted after a successful COMMIT statement from HANA database and this procedure ensures the data consistency between a source system and HANA system. Since any changes in the source system are tracked in dedicated logging tables, the replication status for each changed data record is transparent. An entry of logging table is deleted after a successful commit statement from HANA database and this procedure ensures the data consistency between a source system and HANA system. |
|