You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/02/10 12:05:00 UTC

[jira] [Updated] (PHOENIX-6872) Use ServerUtil.getConnection() in UngroupedAggregateRegionScanner

     [ https://issues.apache.org/jira/browse/PHOENIX-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Toth updated PHOENIX-6872:
---------------------------------
    Summary: Use ServerUtil.getConnection() in UngroupedAggregateRegionScanner  (was: Use ServerUtil.getConnection() in for  Server Side Upsert Select)

> Use ServerUtil.getConnection() in UngroupedAggregateRegionScanner
> -----------------------------------------------------------------
>
>                 Key: PHOENIX-6872
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6872
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>            Reporter: Istvan Toth
>            Priority: Minor
>
> We've optimized Connection handling by using a PhoenixConnection from the CQSI.
> However, we only need an (H)Connection here, so we could use org.apache.phoenix.util.ServerUtil.ConnectionFactory.getConnection(ConnectionType, RegionCoprocessorEnvironment)
> and avoid instantiating a PhoenixConnection.
> We already avoid the very expensive Connection creation, so this is just a small incremetal improvement over the current code.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)