Carl-Zhou-CN commented on PR #9421:
URL: https://github.com/apache/seatunnel/pull/9421#issuecomment-2968878441

   > 
@Hisoka-X你好,我想到了一种读取方式。对于query_table的情况,通过系统表(system.parts)获取所有parts,然后直接从table中读取parts数据,类似doris读取tablet的方式。对于过滤的情况,可以通过partition列表进行过滤。这种方式和doris的实现类似,不需要写sql来实现数据表的并发读取。
   > 
   > 这是一个可行的方案吗?目前我已经实现了上述功能,并在实际应用中进行了测试。
   
   Does it support distributed tables?


-- 
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]

Reply via email to