Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The bulk insert feature ignores key column definitions and always performs an INSERT using a bulk insert syntax.

Code Block
conn:merge{ data=T, bulk_insert=true} -- Enables bulk insert 

...