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

Parallelise summarisers #314

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

DavePearce
Copy link
Collaborator

The essential problem here, however, is that this doesn't manage memory very well. It first loads all columns into memory and then does the summaries.

The essential problem here, however, is that this doesn't manage memory
very well.  It first loads all columns into memory and then does the
summaries.
@DavePearce DavePearce linked an issue Sep 27, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit f822511 into main Sep 27, 2024
1 of 2 checks passed
@DavePearce DavePearce deleted the 313-performance-of-trace-command branch September 27, 2024 21:45
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.

Performance of trace command
1 participant