QuakeWang opened a new pull request, #9184:
URL: https://github.com/apache/paimon/pull/9184

   ### Purpose
   
   Primary-key full-text reads wait for each bucket to finish before starting 
the next one. This serializes index I/O across buckets and makes query latency 
grow with the number of buckets.
   
   Compose payload and bucket searches with `CompletableFuture`, start all 
bucket searches before waiting, and reuse the existing global-index read 
executor. Preserve deterministic result merging, failure propagation, and 
reader cleanup.
   
   ### Tests
   
     - PK full-text bucket and read unit tests
     - PK full-text end-to-end and native reader tests
     - Checkstyle, Spotless, and Maven Enforcer
   


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