Skip to content

perf: Improvements in AggregateMessages #583

@SauronShepherd

Description

@SauronShepherd

Currently, aggregating messages involves two identical joins and selects, which are then unioned. It might be worth analyzing if performance improves by first unioning msgToSrc and msgToDst, and then performing a single join and select.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions