Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ii: add a condition for stopping making the result set on the way when fail to add the result set #1359

Merged
merged 1 commit into from
May 16, 2022

Conversation

komainu8
Copy link
Member

Because if Groonga doesn't stop making the result set when failing to add the result set of the search of regular expressions, Groonga output many error logs.

Therefore, the command response is slow when the number of hits is many in this case.

This modification is stopping making the result set on the way when failing to add the result set.
Thereby, the command response quickly

…n fail to add the result set

Because if Groonga doesn't stop making the result set when failing to
add the result set of the search of regular expressions, Groonga
output many error logs.

Therefore, the command response is slow when the number of hits is
many in this case.

This modification is stopping making the result set on the way when
failing to add the result set.
Thereby, the command response quickly.
@kou kou merged commit 180f66e into master May 16, 2022
@kou kou deleted the add-condtion-for-loop-end branch May 16, 2022 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants