????: The official website launched

2022-07-20 Thread zhan...@eastcom-sw.com
The new version of the official website has greatly improved the user experience ~ luzhijing ?? 2022-07-21 10:28 dev ?? The official website launched Hi, all The Doris official website has been launched  doris.apache.org We will still have

UNIQUE模型是否支持字段类型 REPLACE_IF_NOT_NULL

2022-07-12 Thread zhan...@eastcom-sw.com
hi,我尝试在UNIQUE模型表两次steamload 相同Key各一半的字段 每次未传值的字段都会被替换为NULL,是否有属性配置只更新不为空的字段值? t1: key, col1,col2 t2: key, col3,col4 此次会把col1,col2的值更新为null 尝试新加属性 ALTER TABLE tbl set ("replace_if_not_null" = "true"); 返回异常: errCode = 2, detailMessage = Unknown table property: [replac

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

2022-07-04 Thread zhan...@eastcom-sw.com
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 limits the maximum number of records > 65535 through MySQL client query exp

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

回复: Doris内存持续增长(version-0.14.7)

2022-05-23 Thread zhan...@eastcom-sw.com
hi~ 最近上线部署了一套doris(0.14.7)运行了近一个月,只通过streamload写入数据还没有执行查询,但内存一直稳步增长达到90%以上(256的内存) be.conf中配置的mem_limit = 50%,貌似没生效, 中间重启后,暂停写入操作 内存使用率也保持着没有下降 请问是否有修复方式 或是 可以通过升级版本解决? - To unsubscribe, e-mail: dev-unsubscr...

Doris内存持续增长(version-0.14.7)

2022-05-23 Thread zhan...@eastcom-sw.com
hi~ 最近上线部署了一套doris(0.14.7)运行了近一个月,只通过streamload写入数据还没有执行查询,但内存一直稳步增长中 be.conf中配置的mem_limit = 50%,貌似没生效, 中间重启后,暂停写入操作 内存使用率也保持着没有下降 请问是否有修复方式 或是 可以通过升级版本解决?