sqlg
sqlg copied to clipboard
bulk update steps needs to be partition aware
Currently, updates in bulk mode only use the user supplied ids to indicate what to update.
On partitioned tables the partition needs to be in the where
clause.
This one is quite serious as it has massive performance impact