You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Naveen Gangam (JIRA)" <ji...@apache.org> on 2017/06/15 21:23:00 UTC

[jira] [Assigned] (HIVE-16912) Improve table validator's performance against Oracle

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

Naveen Gangam reassigned HIVE-16912:
------------------------------------


> Improve table validator's performance against Oracle
> ----------------------------------------------------
>
>                 Key: HIVE-16912
>                 URL: https://issues.apache.org/jira/browse/HIVE-16912
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>    Affects Versions: 3.0.0
>            Reporter: Naveen Gangam
>            Assignee: Naveen Gangam
>            Priority: Minor
>
> Currently, this validator uses DatabaseMetaData.getTables() that takes in the order of minutes to return because of the number of SYSTEM tables present in Oracle.
> Providing a schema name via a system property would limit the number of tables being returned and thus improve performance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)