If I needed to create a unique numerical code for an item, what would be the best way to go about doing that without doing a search for every time a new number is generated?
I thought about generating a list using another service then importing the list. The only issue being if I run out of codes I need to generate more codes excluding the ones already created.
Any ideas?