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

Performance optimisation of GetStreamsRequiringSnapshots. #398

Conversation

9swampy
Copy link

@9swampy 9swampy commented Mar 7, 2015

Optimisation of the GetStreamsRequiringSnapshots SQL as execution time in my use case (just several streams, but one with over a million events) has been growing linearly with the size of the single large stream to atm take in excess of 45 seconds. This proposal cuts the execution time back down to ~1 second.

Note that I've only got an MsSql installation against which I can test the proposed modification to CommonSqlStatements...

@AGiorgetti AGiorgetti changed the base branch from master to develop February 7, 2019 13:17
@AGiorgetti AGiorgetti changed the base branch from develop to release/8.0.0 December 11, 2020 09:25
@AGiorgetti AGiorgetti closed this Dec 11, 2020
@AGiorgetti AGiorgetti deleted the branch NEventStore:release/8.0.0 December 11, 2020 16:18
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

3 participants