What is the difference between $Increment and $Sequence functions?

48 Views Asked by At

What is the difference between $Increment and $Sequence functions and when to use one over the other?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

The short answer is - $Sequence is faster in cases when you have massive parallel inserts into the database. Here is a good article on $Sequenece and $Increment differences