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

Stabilize performance of exact excerpt counting #1273

Closed
alamar opened this issue Dec 16, 2022 · 2 comments · Fixed by #1274
Closed

Stabilize performance of exact excerpt counting #1273

alamar opened this issue Dec 16, 2022 · 2 comments · Fixed by #1274
Assignees

Comments

@alamar
Copy link
Contributor

alamar commented Dec 16, 2022

Caused by #1203
It seems this check works in disabling way currently:

        if (((Byteable) index2indexArr).bytesStore() != null)
            return 0;

Leading to having 0 returned every time, and full scan every time.

@hft-team-city
Copy link
Collaborator

Released in Chronicle-Queue-5.24ea7, BOM-2.24ea33

nicktindall pushed a commit that referenced this issue Jan 20, 2023
nicktindall pushed a commit that referenced this issue Jan 23, 2023
@hft-team-city
Copy link
Collaborator

Released in Chronicle-Queue-5.23.40, BOM-2.23.151

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 a pull request may close this issue.

2 participants