0

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

Thanks

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 16 '21 at 14:16

1 Answers1

1

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

Evgeny Shvarov
  • 468
  • 5
  • 17