kou opened a new pull request, #168:
URL: https://github.com/apache/arrow-flight-sql-postgresql/pull/168

   Closes GH-153
   
   `SELECT` pattern parses text representation result.
   
   `COPY` pattern parses binary representation result.
   
   Integer pattern is faster that PostgreSQL but string pattern is slower than 
PostgreSQL because we need to copy data when we generate record batches with 
Apache Arrow C++'s array builder. We will improve performance by avoiding the 
copy.


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