abstractdog commented on PR #5613:
URL: https://github.com/apache/hive/pull/5613#issuecomment-2604381278

   > What is the use case for that service? can't I check the query history in 
HUE or DAS (removed for some storage reason), etc Please take a look at #5319 
which is being worked on by [rtrivedi12](https://github.com/rtrivedi12) I think 
it provides some extra details for an active queries cc @nrg4878
   
   looks like #5319 is completely different, it uses a well-known SHOW 
PROCESSLIST for the live queries (live==recent==present in hs2 memory), whereas 
Query History Service is meant to be a scalable historical query service, 
scalable in a sense that it uses the iceberg table format
   
   HUE/DAS might work from different sources, like the protobuf history, 
which's data source also created by a query hook, but this service aims to 
redesign the way of persisting data while trying to use the same or similar 
field names that has already been implemented by impala
   
   the current HiveProtoLoggingHook contains much information about the storage 
details (e.g. rolling over files and stuff), which makes it look a bit less 
modern when compared to e.g. iceberg format, by which we win everything (in 
terms of performance for instance) that we achieve by working on integrating 
iceberg into our product


-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to