sqlg
sqlg copied to clipboard
Bulk update
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.