You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pinal (Jira)" <ji...@apache.org> on 2021/07/06 11:53:00 UTC

[jira] [Updated] (ATLAS-4347) DSL Search : Caching Mechanism for translated dsl queries

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

Pinal updated ATLAS-4347:
-------------------------
    Description: 
* DSL Query is converted to Tinkerpop Traversals.
 * Caching traversal with respective to query saves time of translation.
 * Whenever same query with same limit and offset is fired again, it will pick the translated query from cache.

  was:
* DSL Query is converted to Janus Graph Traversals.
 * Caching traversal with respective to query saves time of translation.
 * Whenever same query with same limit and offset is fired again, it will pick the translated query from cache.


> DSL Search :  Caching Mechanism for translated dsl queries
> ----------------------------------------------------------
>
>                 Key: ATLAS-4347
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4347
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>            Reporter: Pinal
>            Assignee: Pinal
>            Priority: Major
>              Labels: AdvancedSearch
>
> * DSL Query is converted to Tinkerpop Traversals.
>  * Caching traversal with respective to query saves time of translation.
>  * Whenever same query with same limit and offset is fired again, it will pick the translated query from cache.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)