Skip to content

Handle replicas #7

Description

@EpicStep

As part of this task, we need to handle replication. I researched this topic and identified a few changes we need to make:
• We need to modify how we create temporary tables. When working with replicated tables, we can’t use the CREATE x AS y syntax.
• Instead, we should retrieve the original CREATE statement, modify it in the code (I think by replacing the replicated engine with a non-replicated one), and use that to create the temporary table.
• After that, we can copy the data and replace the partitions as needed.

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions