[
https://issues.apache.org/jira/browse/HIVE-17340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16142101#comment-16142101
]
Eugene Koifman commented on HIVE-17340:
---------------------------------------
I cleaned up the imports. I think keeping commit() in the "main" methods makes
the flow clearer.
committed to master
thanks Wei for the review
cc [~gopalv]
> TxnHandler.checkLock() - reduce number of SQL statements
> --------------------------------------------------------
>
> Key: HIVE-17340
> URL: https://issues.apache.org/jira/browse/HIVE-17340
> Project: Hive
> Issue Type: Improvement
> Components: Transactions
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
> Fix For: 3.0.0
>
> Attachments: HIVE-17340.03.patch
>
>
> This calls acquire(Connection dbConn, Statement stmt, long extLockId,
> LockInfo lockInfo)
> for each lock in the same DB transaction - 1 Update stmt per acquire().
> There is no reason all of them cannot be sent in 1 statement if all the locks
> are granted
> With a lot of partitions this can be a perf issue
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)