You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "wg1026688210 (via GitHub)" <gi...@apache.org> on 2023/11/03 04:10:35 UTC

[I] [Improment] The issue of indexing large volumes of data tables. [incubator-paimon]

wg1026688210 opened a new issue, #2253:
URL: https://github.com/apache/incubator-paimon/issues/2253

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Motivation
   
   Now we have seen significant improvements in query performance through index creation. However, we have encountered several issues during the indexing process.
   1.  Some tasks before sorting and writing to Paimon are getting stuck waiting for data for a long time.
   2.  Due to data skewness, some indexing tasks take a long time to execute.
   3.  The flink batch Job of building index will global failover after taskManager oom
   4.  FilesTable can not query the parition which has built index
   
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Improment] The issue of indexing large volumes of data tables. [paimon]

Posted by "wg1026688210 (via GitHub)" <gi...@apache.org>.
wg1026688210 commented on issue #2253:
URL: https://github.com/apache/paimon/issues/2253#issuecomment-2042114368

   issue 1,2 has been fixed
   related
   #3081
   #2749 
   
   issue 3 need a remote suffle service for task failover when using flink
   
   


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org