In a scenario where data consistency is critical and the data volume is large, what data loading technique is most appropriate?

  • Batch Loading
  • Direct Loading
  • Parallel Loading
  • Streaming Loading
Batch Loading is the most appropriate technique in this scenario. It involves processing data in predefined batches, ensuring consistency by handling large volumes of data efficiently. Although it may not provide real-time updates, it ensures data integrity and consistency, which is crucial in scenarios where data consistency is paramount.
Add your answer
Loading...

Leave a comment

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