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

add into access log "complexity" of find request #487

Merged
merged 6 commits into from Aug 18, 2022

Conversation

enuret
Copy link
Contributor

@enuret enuret commented Aug 18, 2022

A new field "lookups" is added into access logs for find requests. It is a count of loops of DFS in trie:query function.
The purpose is to have more information in access logs, it might help to investigate low latencies of find requests

@enuret enuret merged commit 608fccc into master Aug 18, 2022
@enuret enuret deleted the enuret/log_find_complexity branch August 18, 2022 10:01
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

1 participant