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

When query is complete, load all logs and sort once #64

Open
eriktaubeneck opened this issue Jun 28, 2024 · 0 comments
Open

When query is complete, load all logs and sort once #64

eriktaubeneck opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@eriktaubeneck
Copy link
Member

Right now, log ordering is optimized for logs arriving async as they occur. However, when the query is complete, the arrival order tends to be grouped by servers (e.g., the fastest server provides all it's logs before the next server.)

The current system for handling that is inefficient in that scenario, and we can instead load all logs and sort once. We may even want to move this server side.

cc @akoshelev

@eriktaubeneck eriktaubeneck added the enhancement New feature or request label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant