...
Code Block |
---|
conn:merge{data=T, bulk_insert=true, live=true} -- Enables bulk insert |
Info |
---|
Bulk insert operations only perform inserts. If you need to update rows as well, you must handle this separately. If the bulk insert encounters a duplicate row based on key columns, an error will occur. |
...