You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/05/31 11:20:24 UTC

[GitHub] [hive] maheshk114 edited a comment on pull request #2266: HIVE-24663 : Batch process in ColStatsProcessor for partitions

maheshk114 edited a comment on pull request #2266:
URL: https://github.com/apache/hive/pull/2266#issuecomment-851266007


   > NOTE: I don't think TxnHandler is a good place for this kind of functionality. TxnHandler is responsible for managing txn metadata ONLY!! Wouldn't MetaStoreDirectSql be more appropriate here? @pvary what do you think?
   
   The MetaStoreDirectSql does not have framework to handle adding notification logs within same transaction. That can cause issues in replication if the notification logs addition fails because of some reason. The MetaStoreDirectSql batch insert/update also not very performant. 


-- 
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:
users@infra.apache.org



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