Yelp / nrtsearch

A high performance gRPC server on top of Apache Lucene
Apache License 2.0
266 stars 40 forks source link

Move parallel fetch config into index live settings #740

Closed aprudhomme closed 1 month ago

aprudhomme commented 1 month ago

Move the configuration options for parallel fetch out of ThreadPoolConfiguration and into the index live settings.

There are two config options:

Enabling parallel fetch is still based on the fetch thread pool configuration. If the max threads is > 1, fetch is enabled. The maximum number of fetch tasks per query is limited by the thread pool max threads.