Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

streamingccl,sql: add sql syntax and ingestion planning logic #59112

Merged
merged 2 commits into from
Jan 29, 2021

Commits on Jan 27, 2021

  1. sql: add new RESTORE FROM REPLICATION STREAM syntax

    This change adds basic SQL syntax to start the ingestion job which will
    read from the replication stream it is pointed to, and ingest the KVs
    into the destination tenant's keyspace.
    
    Release note (sql change): add SQL syntax for `RESTORE tenant x FROM
    REPLICATION STREAM FROM 'replication_stream'`. This allows the user to
    start an ingestion job to ingest KVs from the replication stream into
    the destination tenant's keyspace.
    adityamaru committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4269f1b View commit details
    Browse the repository at this point in the history
  2. ingestion: add planHook for ingestion job

    This change adds the boiler plate plan hook that configures and starts
    up the ingestion job.
    
    Release note: None
    adityamaru committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    320a77b View commit details
    Browse the repository at this point in the history