lidavidm commented on code in PR #870:
URL: https://github.com/apache/arrow-adbc/pull/870#discussion_r1255876261


##########
c/driver/postgresql/statement.h:
##########
@@ -30,6 +30,9 @@
 #include "postgres_copy_reader.h"
 #include "postgres_type.h"
 
+#define ADBC_POSTGRESQL_OPTION_BATCH_SIZE_HINT_BYTES \
+  "adbc.postgresql.batch_size_hint_bytes"

Review Comment:
   Ah, I guess we don't have any yet for PostgreSQL, but see for instance what 
Flight SQL does: 
https://github.com/apache/arrow-adbc/blob/main/python/adbc_driver_flightsql/adbc_driver_flightsql/__init__.py#L102



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