fhj123456789 opened a new issue, #28197:
URL: https://github.com/apache/doris/issues/28197

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   2.0.2
   
   ### What's Wrong?
   
   开启set enable_parallel_outfile = true; 
后,使用HDFS(非Broker),将一个有200个tablet表的结果集导出时并发结果集不生效,查询时只是做了过滤,tabelt时根据随机值分配的,不会出现所有查询数据都在一个tablet的情况。
   
   ### What You Expected?
   
   我该怎么使用并发导出结果集
   在官网推荐的三个要点上,我已经满足了1、开启set enable_parallel_outfile = true; 
2、使用HDFS写入不使用Broker、3、我的数据结果均匀分散在200个tabelt,而且没有使用任何order 或者group by 
只是简单的where条件过滤。
   我应该怎么样才能让并发导出生效
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to