You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/02/08 18:03:00 UTC

[jira] [Created] (ARROW-11558) [C++] Push down projection and selection to S3 Select

Ian Cook created ARROW-11558:
--------------------------------

             Summary: [C++] Push down projection and selection to S3 Select
                 Key: ARROW-11558
                 URL: https://issues.apache.org/jira/browse/ARROW-11558
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Ian Cook


Amazon S3 Select [1], an S3 feature generally available since April 2018 [2], can improve S3 read performance by allowing S3 clients to use a limited subset of SQL to specify projection and selection [3] on data in some formats [4]. It would be interesting to try using this in Arrow and to measure its effects on S3 read performance under various conditions.

[1] [https://aws.amazon.com/blogs/aws/s3-glacier-select/]

[2] [https://aws.amazon.com/about-aws/whats-new/2018/04/amazon-s3-select-is-now-generally-available/]

[3] [https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-glacier-select-sql-reference-select.html]

[4][https://docs.aws.amazon.com/cli/latest/reference/s3api/select-object-content.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)