sqlg icon indicating copy to clipboard operation
sqlg copied to clipboard

Bulk update

Open pietermartin opened this issue 9 years ago • 0 comments

Bulk update must not require the vertex to be updated to be first loaded into memory. For etl processes this is often not needed, slow and memory intensive. Generate the update statements directly.

The user will have to supply the natural unique identifier.

Similar pattern to within, copy identifiers into a temp table, join and update.

pietermartin avatar Dec 19 '15 07:12 pietermartin