-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Enhancement](sequence-column) optimize the use of sequence column #13872
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
Conversation
0cfc21c to
1033faa
Compare
1033faa to
537ab53
Compare
|
TeamCity pipeline, clickbench performance test result: |
docs/en/docs/data-operate/update-delete/sequence-column-manual.md
Outdated
Show resolved
Hide resolved
docs/en/docs/data-operate/update-delete/sequence-column-manual.md
Outdated
Show resolved
Hide resolved
docs/zh-CN/docs/data-operate/update-delete/sequence-column-manual.md
Outdated
Show resolved
Hide resolved
a165dab to
06dfbe2
Compare
docs/zh-CN/docs/data-operate/update-delete/sequence-column-manual.md
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
Show resolved
Hide resolved
96e9fcf to
e9f1daa
Compare
e9f1daa to
366967a
Compare
|
LGTM |
|
PR approved by anyone and no changes requested. |
morningman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…pache#13872) When you create the Uniq table, you can specify the mapping of sequence column to other columns. You no longer need to specify mapping column when importing.
Proposed changes
Issue Number: close #xxx
Problem summary
When you create the Uniq table, you can specify the mapping of sequence column to other columns. You no longer need to specify mapping column when importing.
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...