sqlg icon indicating copy to clipboard operation
sqlg copied to clipboard

bulk update steps needs to be partition aware

Open pietermartin opened this issue 5 years ago • 1 comments

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.

pietermartin avatar Sep 09 '19 05:09 pietermartin

This one is quite serious as it has massive performance impact

pietermartin avatar Feb 03 '21 19:02 pietermartin