rmuir commented on PR #15961: URL: https://github.com/apache/lucene/pull/15961#issuecomment-4728868015
@romseygeek I'm not worried about it. I believe the current synchronization in the NFA case might slow down the "raw QPS throughput" of wildcard query until it gets cleaned up. Mike has jazillions of cores. If someone cleans up NFA case then it will get faster. But I also don't believe this is realistic: if you are worried about red-line QPS on jazillions of cores, then migrate away from wildcardquery for your searches. Determinizing these user inputted regexps needs to be opt-in by the user. That way they can only blame themselves, and not us, if they use excessive resources. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
