You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Andrei Sereda (JIRA)" <ji...@apache.org> on 2018/11/16 17:19:00 UTC

[jira] [Commented] (CALCITE-2651) Use scrolling by default in ElasticSearch adapter

    [ https://issues.apache.org/jira/browse/CALCITE-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689684#comment-16689684 ] 

Andrei Sereda commented on CALCITE-2651:
----------------------------------------

Merged in [614bc7b2|https://git1-us-west.apache.org/repos/asf?p=calcite.git;a=commit;h=614bc7b2]

> Use scrolling by default in ElasticSearch adapter
> -------------------------------------------------
>
>                 Key: CALCITE-2651
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2651
>             Project: Calcite
>          Issue Type: Improvement
>          Components: elasticsearch-adapter
>            Reporter: Andrei Sereda
>            Assignee: Julian Hyde
>            Priority: Major
>
> Currently elastic adapter returns 10 rows (default ES limit) for queries of type {{select * from elastic}} which is inconsistent with other adapters and SQL standard.
> Apply [Scrolling API|https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html] for non-aggregate queries (without grouping or aggregate functions).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)