Re: Re: Re:Re: Re:Re: [DISCUSS] Graduate Apache Doris (Incubating) as a TLP

2022-03-30 Thread ling miao
Very happy to see that we are one step closer to graduation. What preparations are we missing before launching a community discussion at IPMC? Or can we just start a discussion at IPMC directly? Ling Miao 陈明雨 于2022年3月29日周二 20:23写道: > Hi All, > Since the last discussion, we have done the follow

Re: doris物化视图问题求助

2022-03-30 Thread ling miao
I tested it myself, and it does exist problem. I need time to analyze it. BTW, why do you need to get the row count of the materialized view? Or is it possible to bypass it in other ways? Ling Miao ling miao 于2022年3月31日周四 11:03写道: > I will reproduce this problem > > Ling Miao > > tschüss 于202

Re:Re: Refactor Doris's IO Stack

2022-03-30 Thread 陈明雨
Hi Guolei, I have created DSIP-006 for this proposal https://cwiki.apache.org/confluence/display/DORIS/DSIP-006%3A+Refactor+IO+stack -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org 在 2022-03-30 12:35:44,"王博" 写道: >+1 >Looking forward Teacher Guolei's dsip. > >GuoLei Yi 于

Re: doris物化视图问题求助

2022-03-30 Thread ling miao
I will reproduce this problem Ling Miao tschüss 于2022年3月30日周三 19:58写道: > Dear Emmy, > > 冒昧打扰到您, > 我们团队在使用Doris 0.15的时候遇到了这样的问题: > 一个场景需要统计"a表"中的一个物化视图数据集的条数,我们将物化视图SQL作为子查询,外层SQL在count(*)计算记录条数的时候,发现走了全表扫描,不会走物化视图,尝试了 > "[]" 和 "/** */"这类hint都无效,请问有没有办法让子查询的物化视图生效呢? > > 下面github链接是问题明细描述: > http