Cursor and collection comparison: performance for simple data #1373
Unanswered
jgebal
asked this question in
Feature Requests
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
Problem or motivation
When running expectations on cursor and collection data, the comparison is more complex than needed.
Proposed solution
For a cursor with scalar columns a plain check for non-intersecting elements is sufficient. This will significantly improve the performance of data comparison.
Alternatives or workarounds considered
No response
Framework area
Other
utPLSQL version you are using
No response
All reactions