We're a place where coders share, stay up-to-date and grow their careers.
Simpler? It would be less to setup vs a Position table. In usage it's adding a lock statement vs calling NextPosition() in the insert.
NextPosition()
I suppose you will just have to test for the performance difference between the two.
Simpler? It would be less to setup vs a Position table. In usage it's adding a lock statement vs calling
NextPosition()
in the insert.I suppose you will just have to test for the performance difference between the two.