[Discuss][DSIP] Support Merge-On-Write implementation for UNIQUE KEY data model

2022-06-22 Thread Chen Zhang
Hi devs, Unique-Key data model is widely used in scenarios like Flink-CDC, user profile(用户画像), E-commerce orders, but the query performance for current Merge-On-Read implementation is not good, due to the following reasons: 1. Doris can't determine whether one row in a segment file is latest o

Re: [Discuss]Modify Dockerfile default JDK version

2022-06-22 Thread zhg yang
Many well-known open source projects such as Tomcat abandoned jdk 8 support very early Thanks Yang Zhengguo zhg yang 于2022年6月23日周四 10:04写道: > I don't think that is a good idea, jdk8 has end of Premier Support Until > at March 2022 > > > Thanks > Yang Zhengguo > > > 苏奕嘉 <591244...@qq.com.inval

Re: [Discuss]Modify Dockerfile default JDK version

2022-06-22 Thread zhg yang
I don't think that is a good idea, jdk8 has end of Premier Support Until at March 2022 Thanks Yang Zhengguo 苏奕嘉 <591244...@qq.com.invalid> 于2022年6月22日周三 17:48写道: > Hi all, > In the past practice process, I found that whether it is a developer or a > community user, the JDK version is still mo

Re: Re:[Discuss]Modify Dockerfile default JDK version

2022-06-22 Thread Jianliang Qi
+1 Jianliang Qi On Wed, Jun 22, 2022 at 11:53 PM 41108453 <41108...@qq.com.invalid> wrote: > +1 > > > > > > -- Original -- > From: 陈明雨 Date: Wed,Jun 22,2022 11:36 PM > To: dev Subject: Re: Re:[Discuss]Modify Dockerfile default JDK version > > > > Agreed! > > > >

Re: [Discuss] Change Doris binary name

2022-06-22 Thread Jianliang Qi
+1 Jianliang Qi On Thu, Jun 23, 2022 at 12:19 AM Zhou Minghong wrote: > +1 > > > > 回复的原邮件 > | 发件人 | 41108453<41108...@qq.com.INVALID> | > | 日期 | 2022年06月22日 23:54 | > | 收件人 | dev | > | 抄送至 | | > | 主题 | Re: [Discuss] Change Doris binary name | > +1 > > > > > > -- Origin

回复:[Discuss] Change Doris binary name

2022-06-22 Thread Zhou Minghong
+1 回复的原邮件 | 发件人 | 41108453<41108...@qq.com.INVALID> | | 日期 | 2022年06月22日 23:54 | | 收件人 | dev | | 抄送至 | | | 主题 | Re: [Discuss] Change Doris binary name | +1 -- Original -- From: 陈明雨 https://github.com/baidu/palo -- 此致!Best Regards 陈明雨 Mingyu Chen

Re: [Discuss] Change Doris binary name

2022-06-22 Thread 41108453
+1 -- Original -- From: 陈明雨 https://github.com/baidu/palo -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re: Re:[Discuss]Modify Dockerfile default JDK version

2022-06-22 Thread 41108453
+1 -- Original -- From: 陈明雨

Re:[Discuss]Modify Dockerfile default JDK version

2022-06-22 Thread 陈明雨
Agreed! -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-06-22 17:47:52, "苏奕嘉" <591244...@qq.com.INVALID> wrote: >Hi all, >In the past practice process, I found that whether it is a developer or a >community user, the JDK version is still mostly 1.8.0. In our Do

[Discuss]Modify Dockerfile default JDK version

2022-06-22 Thread ??????
Hi all, In the past practice process, I found that whether it is a developer or a community user, the JDK version is still mostly 1.8.0. In our Docker compiled image, the default JDK-11 version is adopted. Not paying attention to the JDK version problem often leads to taking time to compile, but