zhangxinyu1 commented on issue #6969: The materialized view returns different 
results than the base data source
URL: 
https://github.com/apache/incubator-druid/issues/6969#issuecomment-459637412
 
 
   When use kafka-indexing-service, the base datasource data can be divided 
into two parts. The one is stored in deep storage, and the other is stored in 
peon node. Only the data in deep storage (s3) will be used to generate 
derivative DataSource.
   
   Therefore, when you query the base data source, the result is calculated by 
both the data of derivativeDataSource and the data in peon node. 
   
   If you query the derivativeDataSource directly, the result is calculated 
only by the data of derivativeDataSource.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to