Skip to content

Optimize out unnecessary joins across autogenerated instance keys #3107

@teh-cmc

Description

@teh-cmc

The store will auto-generate monotically increasing instance keys when they are not passed in by the user. This allows re_query's join logic to "just work" no matter what but it also means that in most cases we're computing a costly join across 2 components of the same size, both with autogenerated instance keys, even though we already know the answer to that join.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions