tokee / lucene-solr

High cardinality faceting (SOLR-5894)
http://tokee.github.io/lucene-solr/
7 stars 1 forks source link

The thread pool for counter clearing should be shared #7

Closed tokee closed 9 years ago

tokee commented 9 years ago

One thread pool per thread and consequently at least one thread per field leads to many threads when faceting on many fields, even if those are very small fields. Having a single thread pool per core, that is shared by the fields, lowers this overhead.