你好!请问doris是否有官方的python库支持?谢谢
Currently, the materialized view in Doris is just same as Rollup, which is
based on a singe table (aka base table).
And the partition and bucket of materialized view(or rollup) must be same as
base table.
So we can not aggregate data from diffrent partition or bucket in a rollup.
This is a disad
You can use any standard MySQL python lib to connect to Doris.
Because Doris is compatible with MySQL connect protocol.
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
morning...@apache.org
在 2022-11-24 19:35:13,"王云飞" 写道:
>你好!请问doris是否有官方的python库支持?谢谢
Hi GaoXin:
I think you are talking 2 things, although they are related.
One is the "Resource Queue", which is used to define different resource group
for different workload.
The other is "Submit SQL Job", which is used to submit arbitrary SQL (select,
insert, etc.) asynchronously.
And the "SQL jo
Done
https://cwiki.apache.org/confluence/display/DORIS/DSIP-025%3A+Support+Resource+Queue
https://cwiki.apache.org/confluence/display/DORIS/DSIP-026%3A+Support+Submit+SQL+Job
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
morning...@apache.org
在 2022-11-24 21:20:23,"高鑫" 写道:
Hi Mingyu Ch
Good to see that.
I haved pined the release notes of 1.1.1, 1.2.1 and 1.3.0[1]
[1] https://github.com/apache/doris-flink-connector/issues
--
此致!Best Regards
陈明雨 Mingyu Chen
Email:
morning...@apache.org
At 2022-11-22 16:38:04, "wudi" <676366...@qq.com.INVALID> wrote:
>Dear, all
>
>We ar