Performance of range queries in Point vs. Trie fields

2020-03-29 Thread Michael Cooper
I think my original post didn't go through because I wasn't subscribed so apologizes if this is a duplicate. For both Solr 7 and Solr 8, we have found that attempts to do range queries on DatePointField when there are a large number of points performs poorly (queries were taking over 30 seconds

Performance of range queries in Point vs. Trie fields

2020-03-25 Thread Michael Cooper
For both Solr 7 and Solr 8, we have found that attempts to do range queries on DatePointField when there are a large number of points performs poorly (queries were taking over 30 seconds on a 50G core). We also tried switching to IntPointField to see if it made a difference and it didn't. Just f