Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

core: bindings generator #214

Open
Open
@skyzh

Description

@skyzh

currently, we generate all matches in the memory before calling the rule. it takes a lot of memory. we should consider implementing a binding generator to save memory. example: https://github.com/datafusion-contrib/datafusion-dolomite/blob/main/dolomite/src/heuristic/binding.rs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @skyzh

        Issue actions

          core: bindings generator · Issue #214 · cmu-db/optd-original