View Single Post

   
  #3 (permalink)  
Old 02-27-2008, 11:30 AM
kellyj00@gmail.com
 
Posts: n/a
Default Re: Creating MQT's on v5r3

Thank you for the reply.

If the Iseries does not support incrementally updateable views, what
else could I use? I have a query that takes around 30 minutes to
execute and I would like to update it daily.

I've thought about using a stored procedure to handle this, where a NOT
IN clause on the existing table or a MERGE statement... the issue is
the time it takes to run this query.

A table refresh takes over an hour for some reason, so a
non-incremental MQT is pretty much worthless to us.

Thank you!
Jason

Reply With Quote