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 Shah (Jira)" <ji...@apache.org> on 2022/02/09 04:54:00 UTC

[jira] [Updated] (ATLAS-4467) Basic Search : Search with type Asset takes long time to respond

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

Pinal Shah updated ATLAS-4467:
------------------------------
    Description: 
As the subTypes of Asset type is growing, the basic search query length to search with 'Asset' and all subTypes increases.

Basic Search has validation on query length < 512 (atlas.graph.index.search.types.max-query-str-length) to search through indexes, beyond which it will use graph query

*WorkAround*
Increase the query length to greater value.

  was:
As the subTypes of Asset type is growing, the basic search query length to search with 'Asset' and all subTypes increases.

Basic Search has validation on query length < 512 (atlas.graph.index.search.types.max-query-str-length) to search through indexes, beyond which it will use graph query


> Basic Search : Search with type Asset takes long time to respond
> ----------------------------------------------------------------
>
>                 Key: ATLAS-4467
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4467
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Pinal Shah
>            Assignee: Pinal Shah
>            Priority: Major
>
> As the subTypes of Asset type is growing, the basic search query length to search with 'Asset' and all subTypes increases.
> Basic Search has validation on query length < 512 (atlas.graph.index.search.types.max-query-str-length) to search through indexes, beyond which it will use graph query
> *WorkAround*
> Increase the query length to greater value.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)