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

feat: disable the conflict check for a table if it has no downstream mv #14635

Closed
chenzl25 opened this issue Jan 18, 2024 · 0 comments · Fixed by #14655
Closed

feat: disable the conflict check for a table if it has no downstream mv #14635

chenzl25 opened this issue Jan 18, 2024 · 0 comments · Fixed by #14655

Comments

@chenzl25
Copy link
Contributor

chenzl25 commented Jan 18, 2024

Is your feature request related to a problem? Please describe.

Recently, I did a batch ingestion performance test which showed that the insert performance between table (180s) and append-only table (30s) has a huge gap. On second thought, I think it is possible to disable the conflict check for a table if it has no downstream mv and that is the case when users do the first batch ingestion of their historical data.

Experiment Result:

#14630 (comment)

#14630 (comment)

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@github-actions github-actions bot added this to the release-1.7 milestone Jan 18, 2024
@chenzl25 chenzl25 changed the title feat:Ignore the conflict check for a table if it has no downstream mv featdisable the conflict check for a table if it has no downstream mv Jan 18, 2024
@chenzl25 chenzl25 changed the title featdisable the conflict check for a table if it has no downstream mv feat: disable the conflict check for a table if it has no downstream mv Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant