Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello,
I am working on a QV application that feeds data from multiple QVDs. I've a specific table in my data model that feeds from one of the QVD, and the source data changes quite frequently (multiple times a day). My QV application is reloaded each night (all QVDs) but I want to re-load this one specific QVD multiple times in the day, what's the best way to achieving this?
Thanks for your help,
 
					
				
		
 Colin-Albert
		
			Colin-Albert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If your QVD loads are optimised then the data is being loaded as fast as possible so the easiest solution is to reload the whole app.
How long does a reload take?
 
					
				
		
My QV App takes around 15 Mins to reload.
 
					
				
		
Hi Rajnish,
Have you considered using incremental load (specifically insert and upload)?
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can also have a look into a partial reload, using the REPLACE or ADD LOAD prefix:
 
					
				
		
refer below link...
What is meant by partial reload? What is its use? Please explain!
