CurtHagenlocher opened a new issue, #3480:
URL: https://github.com/apache/arrow-adbc/issues/3480

   ### What would you like help with?
   
   When ingesting a large number of rows, it appears that multiple COPY INTO 
commands get emitted. This isn't necessarily a problem because COPY INTO can 
recognize duplicate files -- and presumably this increases the overall 
throughput. But it appears that some of these are started in close proximity to 
each other and something doesn't seem quite right. In one case, we uploaded 24 
files and did 6 COPY INTOs with 0, 0, 0, 1, 7, and 16 files, respectively.
   
   The logic used to drive this behavior was not clear to me based on a quick 
scan of the source code.


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