Performance Issue in 3.45+ (due to generatedKeys) #1135
Closed
Description
In an INSERT only benchmark performance has dropped by 20-40%
To Reproduce
Insert a few thousand rows in a transaction.
What we are seeing in profiling is calls to generatedKeys, even though we are not accessing the generated keys.
We assume that this happens regardless if user invokes the call and believe this should be done "lazily" so as not to affect performance.
Expected behavior
No performance degradation
Environment (please complete the following information):
Mac M1