You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Keyur Karnik (JIRA)" <ji...@apache.org> on 2018/09/26 08:29:00 UTC

[jira] [Assigned] (USERGRID-1349) Feature for querying directly from C* instead of ES when using UUID or name

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

Keyur Karnik reassigned USERGRID-1349:
--------------------------------------

    Assignee: Keyur Karnik

> Feature for querying directly from C* instead of ES when using UUID or name
> ---------------------------------------------------------------------------
>
>                 Key: USERGRID-1349
>                 URL: https://issues.apache.org/jira/browse/USERGRID-1349
>             Project: Usergrid
>          Issue Type: Improvement
>          Components: Stack
>    Affects Versions: 2.2.0
>            Reporter: Keyur Karnik
>            Assignee: Keyur Karnik
>            Priority: Major
>             Fix For: 2.2.0
>
>
> Add a feature so that Usergrid does not have to query Elasticsearch if the query contains only (one or more) UUIDs or names.
> This kind of query can be termed as a 'direct' query where a new operator 'direct' can be introduced. Any queries with 'direct' will be fired only on C* and not ES as all required details are present in C*
>  
> Example :  
> 0:8080/org/app/collection?ql = select * where  *direct* name1, uuid1, uuid2, name2
> This should result in a C* only fetch.



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