Hi guys,
first of all: Hi, this is Tom and I just registered here
I've got a problem with MQTs here.
I am trying to union 2 tables into 1 MQT (2-3 million rows). Using system maintained MQTs with REFRESH is pretty slow so I was changing the MQT to user defined.
Now I would need to use REFRESH in some cases where a manual update would be too complex, so I use in
case 1) DELETE and INSERT (which works)
case 2) REFRESH - but this doesnt work for USER MAINTAINED MQTs
What is the alternative for REFRESH? I tried LOAD but I cant manage to define a LOAD statement for an MQT called "test" which than contains the data like
select * from table_a union select * from table_b
How would that work?
Thanks a lot and regards,
Tom