✏️ Explanatory Question

What is change tracking in data entities and why is it useful?

👁 16 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

Change tracking enables the system to detect and export only changed records since the last run. This is useful for:

  • Incremental integrations

  • Performance optimization

  • Near real-time data synchronization

It reduces data volume and improves efficiency.