-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request