Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Add UDF for self-driving functions #1622

@linmagit

Description

@linmagit
Member

We are now leveraging the settings manager to invoke self-driving related functionalities (e.g., pilot_planning, train_forecast_model, and clear_query_cache). That's not what exactly the setting manager is designed for. Instead, we may want to add UDFs/built-in functions that can invoke these functionalities. For example, we can add a self_driving_action(action_enum) function, and use functions like select self_driving_action('clear_query_cache') to perform those behavior.

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

        @linmagit

        Issue actions

          Add UDF for self-driving functions · Issue #1622 · cmu-db/noisepage