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

Support directly ingest exported SST files #5066

Open
v0y4g3r opened this issue Nov 28, 2024 · 0 comments
Open

Support directly ingest exported SST files #5066

v0y4g3r opened this issue Nov 28, 2024 · 0 comments
Labels
C-enhancement Category Enhancements
Milestone

Comments

@v0y4g3r
Copy link
Contributor

v0y4g3r commented Nov 28, 2024

What type of enhancement is this?

Performance

What does the enhancement do?

Optimize COPY FROM execution if the source schema matches destination schema by directly copy source files into region directory.

Implementation challenges

Files exported by COPY TO statements do not contain sequence and op type fields, we need to make some changes to query engine to allow such situation by treating missing op type as PUT and sequence as some value that is "always not equal to any other sequence number".

@v0y4g3r v0y4g3r added the C-enhancement Category Enhancements label Nov 28, 2024
@v0y4g3r v0y4g3r added this to the v0.11 milestone Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

No branches or pull requests

1 participant