Limiting AQL Search Results

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

The maximum number of AQL search results is limited as follows:

  • For Artifactory Cloud platforms starting from version 7.100.2, a fixed value of 500,000 is set as the default maximal result set size to limit the search/AQL API call response. When this limit is reached, no further results are displayed and the user receives the following message: "AQL query reached the search hard limit, results are trimmed."

  • For Artifactory Cloud version 7.107.0 and above, `aql.search.query.max.limit` is 500000 characters. This limit optimizes search result integrity and protects database performance.

  • For Artifactory Self-Hosted, there is no default maximum limit. However, from Self-Hosted version 7.90.6 and later users can limit search results with the system property `aql.search.query.max.limit`.