You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can look into increasing this limit may be to 10000. However, in load tests we have done last year fetching 100000 rows from 10 concurrent requests brought solr down. For that reason I will caution against implementing size=all.
A possible workaround is to make this a configurable parameter in the OLS backend. This will allow installations of OLS that could afford more hardware or installations with limited load, to change this and retrieve as many results as they want.
If such a config is added to OLS, the default behaviour (when no config is provided) should be to limit the number of results returned, with a large number of results returned only in the presence of a config.
CC EVORA-project/ictv-ontology#16
The text was updated successfully, but these errors were encountered: