bithw1 opened a new issue, #6379:
URL: https://github.com/apache/hudi/issues/6379

   Hi,
   
   I have a MOR table that contains both base parquet files and log avro files.
   
   There are two end users that do the `snapshot` query on this table, I would 
ask what's the reading behavior for MOR table.
   I would guess there are two options as follows ,not sure which one is 
correct, or both are incorrect.
   
   Could you please help answer? Thanks!
   
   1. Each end user does their own merge during their query period. And the 
merge is done  with a separate compaction process.
   That means,after the users finish query,the base files and log files are 
still not merged。
   2. When the first user starts querying the data, it does the merge during 
query, when the second user query comes, it has to  wait util the merge is done


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to