GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Data Warehousing

 Print  |  
Question:  ETL Load Frequency and Load Window

Answer: What is Load Frequency and Load Window in ETL?


September 09, 2009 12:37:28 #1
 zann1   Member Since: September 2009    Total Comments: 2 

RE: ETL Load Frequency and Load Window
 
ETL Load frequency is how often the ETL processes (that load data into the data warehouse) are run.
Load Window is the time allocated for ETL load to execute.

e.g. If the load is run daily, and the time allowed for execution is 8 hours then:

ETL load frequency = daily
Load window = 8 hours
     

 

Back To Question