-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](mtmv)transfer col in mysql varchar to text when create MTMV #37668
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
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
TPC-H: Total hot run time: 40123 ms |
TPC-DS: Total hot run time: 173716 ms |
ClickBench: Total hot run time: 30.8 s |
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateTableCommand.java
Outdated
Show resolved
Hide resolved
|
run buildall |
TPC-H: Total hot run time: 40151 ms |
TPC-DS: Total hot run time: 175066 ms |
ClickBench: Total hot run time: 30.76 s |
|
run buildall |
TPC-H: Total hot run time: 39970 ms |
TPC-DS: Total hot run time: 173551 ms |
ClickBench: Total hot run time: 30.34 s |
|
run buildall |
TPC-H: Total hot run time: 39699 ms |
TPC-DS: Total hot run time: 173273 ms |
ClickBench: Total hot run time: 30.77 s |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 38542 ms |
TPC-DS: Total hot run time: 191678 ms |
ClickBench: Total hot run time: 31.61 s |
|
run p0 |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 38469 ms |
TPC-DS: Total hot run time: 191359 ms |
ClickBench: Total hot run time: 31.27 s |
|
run cloud_p1 |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
…pache#37668) varchar(100) in mysql represents the ability to store 100 Chinese characters. but in doris, may need varchar(400)
…37668) varchar(100) in mysql represents the ability to store 100 Chinese characters. but in doris, may need varchar(400)
varchar(100) in mysql represents the ability to store 100 Chinese characters
but in doris, may need varchar(400)