Oracle upsert perfomance issue to read the bulk data_insert using merge statement. #517
Unanswered
Jeevananthan-23
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Which bit of this is slow? The Python language? The connection creation? The conversion in Python to tuples? The actual Refer to https://python-oracledb.readthedocs.io/en/latest/user_guide/batch_statement.html#predefining-memory-areas, which can help avoid memory reallocations if your data has varying lengths. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Very slow in performance my JS version is execute the same data within 11mins. Record count is ~100k.
Beta Was this translation helpful? Give feedback.
All reactions