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] [Resolved] (CALCITE-2651) Use scrolling by default in ElasticSearch adapter

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

Andrei Sereda resolved CALCITE-2651.
------------------------------------
    Resolution: Fixed

> 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)