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

[FIXED] JetStream Store fixes and speedups. #3910

Merged
merged 2 commits into from Feb 26, 2023
Merged

Commits on Feb 25, 2023

  1. Improved performance of subjects details for stream info.

    This version avoids all disk IO in the filestore version.
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    24c2f3b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Added optimized store NumPending() call.

    Optimized and fixed a bug in filestore filteredPending().
    Optimized memstore FilteredState().
    
    Added comprehensive tests for NumPending() and FilteredState().
    
    Signed-off-by: Derek Collison <derek@nats.io>
    derekcollison committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    daacbf5 View commit details
    Browse the repository at this point in the history