[Discuss] Remove Cluster feature

2022-07-04 Thread Mingyu Chen
Hi all, I suggest to remove the entire "Cluster" related feature and codes from Doris, because this feature has been deprecated for a long time. As you can see, currently, each database has a default prefix "default_cluster:", which is confused. 1. Previously, this feature was used to divide th

MySQL client queries whether there is a limit of 65535 records for export?

2022-07-04 Thread zhan...@eastcom-sw.com
Hi, is there a parameter that limits the maximum number of records 65535 through MySQL client query export? The total number of records in a table is 14552989, but whether it is to query the full amount through tools or select * from table into outfile "file:////result_", The

Re: MySQL client queries whether there is a limit of 65535 records for export?

2022-07-04 Thread Jianliang Qi
Hi, Doris defaults to adding `limit 65535 `to `order by` clause, if you want to order by more data you can manually write an `order by` with a larger number. Jianliang Qi On Mon, Jul 4, 2022 at 5:07 PM zhan...@eastcom-sw.com < zhan...@eastcom-sw.com> wrote: > >Hi, is there a parameter that

Re: Re: MySQL client queries whether there is a limit of 65535 records for export?

2022-07-04 Thread zhan...@eastcom-sw.com
It takes effect with the addition of limit, thanks you ~ From: Jianliang Qi Date: 2022-07-04 17:45 To: dev Subject: Re: MySQL client queries whether there is a limit of 65535 records for export? Hi, Doris defaults to adding `limit 65535 `to `order by` clause, if you want to order by more da

Re: Re: [VOTE] Release Apache Doris 1.1.0-rc03

2022-07-04 Thread zhg yang
That's a typo, it should be ’thirdparty/vars.sh', I don't think this problem affects the release Thanks Yang Zhengguo Mingyu Chen 于2022年7月4日周一 11:15写道: > Hi Zhengguo, > Thanks for your review. > But I can't find `be/src/thirdparty/var.sh`, could you point out the file > name? > > > > > -- > >

Re:Re: Re: [VOTE] Release Apache Doris 1.1.0-rc03

2022-07-04 Thread Mingyu Chen
Oh, I see. thank you. I submitted a PR[1] to remove it. And please go on to vote for this release. [1] https://github.com/apache/doris/pull/10599 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-07-04 19:36:40,"zhg yang" 写道: >That's a typo, it should be ’thirdpar