Re: Re:Re: [VOTE] Release Apache Doris 2.0.0-alpha1

2023-05-04 Thread Lee Happen
+1 (binding) I checked: [x] The download link is legal. [x] The PGP signature are valid. [x] The source code matches the current release version. [x] All files carry the necessary protocol header. [x] The compiled content is not included in the source package. [x] The compilation can be executed sm

Re: [VOTE] Release Apache Doris 1.2.4.1-rc01

2023-04-26 Thread Lee Happen
Here is my +1(binding). I checked: [x] The download link is legal and the PGP signature are valid. [x] The source code matches the current release version. [x] The LICENSE and NOTICE files are correct. lihaopeng Email: lihaop...@apache.org From: Jiafeng.Zhang Sen

Re: 回复:[VOTE] Enable Github Discussions on Apache Doris Github Repo

2021-08-13 Thread Lee Happen
+1 From: 萨尔卡 <1026203...@qq.com.INVALID> Sent: August 13, 2021 10:48 To: dev Subject: 回复:[VOTE] Enable Github Discussions on Apache Doris Github Repo +1 ---原始邮件--- 发件人: "Kenneth"<1015766...@qq.com.INVALID> 发送时间: 2021年8月13日(周五) 下午5:03 收件人: "dev"https://docs.gith

[Proposal] Vectorization Execution Engine optimization for Doris

2021-07-23 Thread Lee Happen
Motivation At present, the underlying storage in Doris is column storage. But query execution needs to be transferred to the query layer for execution by row-to-column first. Such an implementation maybe cause the performance problem。 * * Column-to-row loss. * * Can not get be

Re: [Proposal] Support large variable-length string type

2021-07-20 Thread Lee Happen
We should suppot limit zonemap index. In the current scenario of doris, excessively long zonemap indexes do not contribute significantly to query improvement, but rather consume a lot of additional memory and storage resources. So it is wise to limit the length of zonemap for large types of ob

Re: [DISCUSS] Using apache official docker hub to publish the Doris Dev Image

2021-04-20 Thread Lee Happen
Hi, I support It is better use apache official docker hub to publish the doris dev image Haopeng Li From: ling miao Sent: April 21, 2021 3:00 To: dev@doris.apache.org Subject: Re: [DISCUSS] Using apache official docker hub to publish the Doris Dev Image Hi,

Re: Re:Re: The performance issue about Doris mapping table

2021-03-31 Thread Lee Happen
Hi Thomas Cai, I did the work to push down the limit clause for odbc table and mysql table. You can refer to this pr:https://github.com/apache/incubator-doris/pull/4707/files. If you want better performance of mapping table with limit clause, please update doris version after 0.13.15. _

Re: [ANNOUNCE] Apache Doris (incubating) 0.13.0 Release

2020-10-29 Thread Lee Happen
Great news, Congratulations! Happen Lee

Re: [Proposal] Support Bucket Shuffle Join for Doris

2020-08-19 Thread Lee Happen
. In addition, can you post the POC profile content? I want to know the specific reasons for the promotion. Thanks, Zhao Chun Lee Happen 于2020年8月19日周三 下午2:39写道: > > Hi Zhao Chun > > Let me explain the two questions you mentioned > > > 1. Doris have data partition and data dis

Re: [Proposal] Support Bucket Shuffle Join for Doris

2020-08-18 Thread Lee Happen
ucket join for tables with group info. If we support all tables, there are still many points to consider. Thanks, Zhao Chun Lee Happen 于2020年8月19日周三 下午1:08写道: > > Motivation > > At present, Doris support 3 type join: shuffle join, broadcast join, > colocate join. > Except col

[Proposal] Support Bucket Shuffle Join for Doris

2020-08-18 Thread Lee Happen
Motivation At present, Doris support 3 type join: shuffle join, broadcast join, colocate join. Except colocate join,another join will lead to a lot of network consumption. For example, there a SQL A join B, the cost of network. * broadcast join: if table A is divided into three parts,the n

Re: [Proposal] Support ODBC Scan Node for Doris

2020-08-17 Thread Lee Happen
rt ODBC Scan Node for Doris Wonderful proposal! Some comments inlined. Thanks, Zhao Chun Lee Happen 于2020年8月17日周一 下午4:00写道: > > Motivation > > At present, many customers need to access the external table through > Doris, but Doris only supports accessing the external table of

[Proposal] Support ODBC Scan Node for Doris

2020-08-17 Thread Lee Happen
Motivation At present, many customers need to access the external table through Doris, but Doris only supports accessing the external table of MySQL at present. This problem makes it difficult for users of other databases to use Doris. Open Database Connectivity (ODBC) is a standard applicatio