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

Shohei Okumiya updated HIVE-29599:
----------------------------------
    Description: 
Iceberg REST Catalog provides 
`/v1/\{prefix}/namespaces/\{namespace}/tables/\{table}/plan`, which pushes scan 
planning to the server side.
[https://github.com/apache/iceberg/blob/apache-iceberg-1.10.1/open-api/rest-catalog-open-api.yaml#L605-L689]

This effort could benefit users.
 - Read performance can improve if the catalog effectively caches the response
 - Clients can be thin; beneficial for new languages
 - With credential vending, we can give more fine-grained credentials

In this ticket, we will try to implement the simplest mode of the server-side 
scan planning.
 - [https://lists.apache.org/thread/qq13468x6gk0vxnsckzc5xd02tjlvpkm]
 - 
[https://docs.google.com/document/d/1FdjCnFZM1fNtgyb9-v9fU4FwOX4An-pqEwSaJe8RgUg/edit?usp=sharing]

  was:
Iceberg REST Catalog provides 
`/v1/{prefix}/namespaces/{namespace}/tables/{table}/plan`, which pushes scan 
planning to the server side.
https://github.com/apache/iceberg/blob/apache-iceberg-1.10.1/open-api/rest-catalog-open-api.yaml#L605-L689

This effort could benefit users.
- Read performance can improve if the catalog effectively caches the response
- Clients can be thin; beneficial for new languages
- With credential vending, we can give more fine-grained credentials

In this ticket, we will try to implement the simplest mode of the server-side 
scan planning.

- https://lists.apache.org/thread/qq13468x6gk0vxnsckzc5xd02tjlvpkm
- 
https://docs.google.com/document/d/1FdjCnFZM1fNtgyb9-v9fU4FwOX4An-pqEwSaJe8RgUg/edit?usp=sharing


> Support server-side scan planning of Iceberg
> --------------------------------------------
>
>                 Key: HIVE-29599
>                 URL: https://issues.apache.org/jira/browse/HIVE-29599
>             Project: Hive
>          Issue Type: Improvement
>          Components: Iceberg integration, Standalone Metastore
>            Reporter: Shohei Okumiya
>            Priority: Major
>
> Iceberg REST Catalog provides 
> `/v1/\{prefix}/namespaces/\{namespace}/tables/\{table}/plan`, which pushes 
> scan planning to the server side.
> [https://github.com/apache/iceberg/blob/apache-iceberg-1.10.1/open-api/rest-catalog-open-api.yaml#L605-L689]
> This effort could benefit users.
>  - Read performance can improve if the catalog effectively caches the response
>  - Clients can be thin; beneficial for new languages
>  - With credential vending, we can give more fine-grained credentials
> In this ticket, we will try to implement the simplest mode of the server-side 
> scan planning.
>  - [https://lists.apache.org/thread/qq13468x6gk0vxnsckzc5xd02tjlvpkm]
>  - 
> [https://docs.google.com/document/d/1FdjCnFZM1fNtgyb9-v9fU4FwOX4An-pqEwSaJe8RgUg/edit?usp=sharing]



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

Reply via email to