ibnubay commented on issue #2177: URL: https://github.com/apache/arrow-adbc/issues/2177#issuecomment-2365143801
I try to do another approach to tackle insert "Decimal" data into Postgresql. Like in another issue about retrieve "Decimal" data from Postgresql, on "staging" table I put decimal data into "String" schema then when upsert into "main" table I do convert that decimal from "VARCHAR" into "DECIMAL" using sql. I think that's enough for me, even must add doing "decimal transformation" but I got speed than before using COPY data from CSV. Ty guys, for help. -- 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]
