Performance Issue Query #121
Closed
jiaulislam
started this conversation in
General
Replies: 2 comments 1 reply
-
A couple of comments that may be of interest:
ref_cursor.rowfactory = CustomerF
customers = ref_cursor.fetchall()
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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
-
Hello, I'm learning python oracledb techniques to execute PL/SQL SP. After getting the cursor from oracle query, I'm type casting or converting it to a Dataclass or Pydantic Model. Will there be any performance issue for say millions for records? If yes ! then what would be the best practice to do below for n rows where n could be millions.
Beta Was this translation helpful? Give feedback.
All reactions