kou opened a new issue, #171: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/171
In the current implementation, PostgreSQL based approaches don't include time to construct query (`INSERT ... VALUES (...) ... (...)` and `COPY` data). But we should include time for it. It's needed time for bulk ingestion because the target data in memory are not represented as texts for `INSERT ...`. For example, numbers are represented as `int32_t` and so on. Bulk ingestion needs to convert in memory data to query. -- 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]
