Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL: http://github.com/MagicStack/asyncpg/discussions/1261
ef="https://github.githubassets.com/assets/github-f825c0edd7ad57f8.css" />
Uh oh!
There was an error while loading. Please reload this page.
-
I need to steam incoming data in Protobuf to a corresponding table in Postgres. I deserialized it using the standard Protobuf package and then do
executemanyto save the data. My CPU load is high, and I suspect it's due to the type conversions from the de-serialized Protobuf data (which is not Python object, is far as I understand) to Postgres. Is there a canonical way of dealing with this? I assume it should be something on the line of #814.Beta Was this translation helpful? Give feedback.
All reactions