The reason for this question is:
We are planning to have a UUID as a partition key for an id of a user, company, and load tables for a load board project and we are using DynamoDB.
The thing is when we have thousands of records in a DynamoDB supposedly a user table and I want to search a user with their user-id.
Will the search be more efficient with UUID(ff44393c-bec6-4005-a966-15050fd9bb77) or normal Interger id like (001,002.....)?as partition key.
I could also see that UUID format is a standard which is maintained by most of the application but not sure if their use cases match ours?