[
https://issues.apache.org/jira/browse/DRILL-6248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arina Ielchiieva updated DRILL-6248:
------------------------------------
Affects Version/s: 1.13.0
> Support pushdown into System Table
> ----------------------------------
>
> Key: DRILL-6248
> URL: https://issues.apache.org/jira/browse/DRILL-6248
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.13.0
> Reporter: Kunal Khatua
> Assignee: Arina Ielchiieva
> Priority: Minor
> Fix For: 1.14.0
>
>
> When querying a profile store, we fetch all the records before applying a
> limit.
> {code:sql}
> select * from sys.profiles limit 1
> {code}
> For a test scenario with 120K+ profiles in the store, a
> {code:sql}
> select count(*) from sys.profiles
> {code}
> took 90 minutes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)