liguifa opened a new pull request #8935: automatically update view data when 
new segments are generated
URL: https://github.com/apache/incubator-druid/pull/8935
 
 
   ### automatically update view data when new segments are generated
   
   I used the way of real-time + offline to import data in my work. When using 
the plug-in "materialized view maintenance", the view data will be generated 
after the specified delay. But when my offline data is generated, I find that 
the view data has not been updated. I think this operation should be updated 
automatically, so we added this logic. I think this should be This is a general 
requirement, so this PR was submitted.
   
   In order not to affect the original logic, I added the parameter 
isautoupdate in the context. The default value is false, which means not to 
update automatically. When it is changed to true, it means to enable this 
function, that is, to update the view data automatically when a new segment is 
generated

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to