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/25 06:35:00 UTC

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

Keyur Karnik created USERGRID-1349:
--------------------------------------

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