You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Arun Suresh (JIRA)" <ji...@apache.org> on 2014/05/27 19:48:01 UTC

[jira] [Assigned] (SENTRY-157) Support filter pushdown in DB Store client to reduce data transfer from DB Store service

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

Arun Suresh reassigned SENTRY-157:
----------------------------------

    Assignee: Arun Suresh

> Support filter pushdown in DB Store client to reduce data transfer from DB Store service
> ----------------------------------------------------------------------------------------
>
>                 Key: SENTRY-157
>                 URL: https://issues.apache.org/jira/browse/SENTRY-157
>             Project: Sentry
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Prasad Mujumdar
>            Assignee: Arun Suresh
>
> The authorization provider retrieves all the privileges for the given set of groups. This could be a huge data set if there are a large number of privileges in the system. A downstream consumer like HiveServer2 will be reading this for each query. This could impact the DB store performance if there are multiple active queries and numerous privilege rules.
> We could consider pushing the filters like DB object name to the policy provider to prune the privilege result set at the source.



--
This message was sent by Atlassian JIRA
(v6.2#6252)