Skip to content

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

@eriktaubeneck

Description

@eriktaubeneck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions