zeroshade commented on issue #2508: URL: https://github.com/apache/arrow-adbc/issues/2508#issuecomment-2654573949
@JavOrraca the connection option for using high precision is `adbc.snowflake.sql.client_option.use_high_precision` but by default it is set to true which would go through the `integerToDecimal128` conversion function that @paleolimbot mentioned which would perform copies of the data etc. You could try setting that option to FALSE instead and seeing if that has any effect? In addition, if you could potentially share the dataset you're testing with (or something that can generate it) I can attempt to test it on my end and determine where the performance bottleneck is -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org