An organization wants to update its data warehouse with daily sales data. The sales data is vast, but only a small portion changes daily. Which data load approach would be most efficient?

  • Full Load
  • Incremental Load
  • Real-time Load
  • Snapshot Load
For updating a data warehouse with daily sales data where only a small portion changes daily, the most efficient approach is an incremental load. Incremental loading involves only loading the changed or new data, reducing the processing time and system resources required compared to a full load. It is suitable for efficiently updating large datasets with minimal changes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *