Currently all my entities inherit from BaseIdentityIdEntity and implement the HasUuid interface. According to the Documentation “implementing HasUuid is highly recommended, as it enables some optimizations and allows you to identify your instances uniquely in a distributed environment”.
I dont have the use case of a distributed environment and thinking about to remove the HasUuid implementations. What is the benefit of the UUIDs ? What are “some optimizations”?