CosmosNi commented on PR #9150:
URL: https://github.com/apache/seatunnel/pull/9150#issuecomment-2796819339

   > Do you have more information on PIT vs scroll?
   @hailin0 
   Here are the advantages of PIT compared with Scroll API:
    
   - Better data consistency: PIT creates a consistent data view, ensuring 
accurate results even when the index changes during pagination.
    
   - Lower resource consumption: It uses snapshots to save search results, only 
storing document changes after the write point, thus reducing memory 
consumption.
    
   - More flexible usage: Combined with Search After, PIT allows for more 
stable pagination and is less affected by the number of retrieval requests.


-- 
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: commits-unsubscr...@seatunnel.apache.org

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

Reply via email to